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