{% if auto_refresh %}
{% endif %} {% block head %} {% endblock %}
{% block content %} {% if current_task_path and current_task_time %}
{{ current_task_path }}
{{ current_task_time }}
{% endif %}
{% for row in rows %} {% if row["ws"] in ['Away', 'Other'] %} {% set my_class = 'grey' %} {% elif row["ws"] in ['Active', 'Idle'] %} {% set my_class = 'blue' %} {% else %} {% set my_class = '' %} {% endif %}
{{ row["ws"] }}
{{ row["total"] }}
{% endfor %}
{% endblock %}