{% 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 %} {% endfor %}
{{ row["ws"] }} {{ row["total"] }}