{% block head %} {% endblock %} {% block content %} {% 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"] }}
{% endblock %}