{% block head %} {% endblock %}
{% block content %}
{% for row in rows %}
{{ row["ws"] }}
{{ row["total"] }}
{% endfor %}
{% endblock %}