{% block head %} {% endblock %} {% block content %} {% for row in rows %} {% set my_class = 'grey' if row["ws"] not in ['Active', 'Idle'] else '' %} {% endfor %}
{{ row["ws"] }} {{ row["total"] }}
{% endblock %}