{% extends "navbar.html" %} {% block Content %}

Welcome {{ Name }}!

What do you want me to do?

Status: {% if Running and Containerlvl < 700 %} running {% elif not Running and Containerlvl < 700 %} ready to use {% elif Containerlvl >= 700 %} clean out container! {% endif %} {% if Batteryperc %}
{{ Batteryperc }}% {% if Batteryperc < 30 %} battery icon {% elif Batteryperc < 50 %} battery icon {% elif Batteryperc < 60 %} battery icon {% elif Batteryperc < 80 %} battery icon {% elif Batteryperc < 90 %} battery icon {% elif Batteryperc < 95 %} battery icon {% else %} battery icon {% endif %}
{% endif %}
{% if Running %}
Stop cleaning
Control me
{% else %}
Autonomous mode: Just let me do my job
Manual mode: Joyride or clean something
{% endif %}
Shutdown CleanBot
{% endblock %}