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 %}

{% elif Batteryperc < 50 %}

{% elif Batteryperc < 60 %}

{% elif Batteryperc < 80 %}

{% elif Batteryperc < 90 %}

{% elif Batteryperc < 95 %}

{% else %}

{% endif %}
{% endif %}