{% if not ready %}
{% endif %}
DeBagger - WebUI
{% if device_missing %}
DeBagger Hardware not found!
{% else %}
{% csrf_token %}
{% if disposing %}
{% else %}
{% endif %}
{% if ready %}
{% else %}
{% endif %}
{% if steeping %}
{{ remaining_min }}:{{ remaining_sec }}
{% endif %}
{% if dipping %}
{% else %}
{% endif %}
{% if steeping %}
{% else %}
{% endif %}
Time
Dips
Sugar
{% if ready %}
{% autoescape off %} {{min_select}} {% endautoescape %}
:
{% autoescape off %} {{sec_select}} {% endautoescape %}
{% else %} {{ remaining_min }}:{{ remaining_sec }} {% endif %}
{% if ready %}
{% autoescape off %} {{dips_select}} {% endautoescape %}
{% else %} {{num_of_dips }} {% endif %}
{% if ready %}
{% autoescape off %} {{sugar_select}} {% endautoescape %}
{% else %} {{ num_of_sugar }} {% endif %}
{% if ready %}
{% else %}
{% endif %}
{% endif %}