{% if current_task_path %}
Current: {{ current_task_path }}
{% endif %} {% if task_rows %}
{% for row in task_rows %} {% endfor %}
{{ row["ws"] }} {{ row["total"] }}
{% 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 %} {% endfor %}
{{ row["ws"] }} {{ row["total"] }}