{% extends "template.html" %} {% block content %}
{{ hm | safe}}
{% for aid in aids %} {% if (aids.index(aid) % 5 == 0) and (aids.index(aid) != 0) %}
{% else %} {% endif %} {% endfor %}
{{ stats | safe }}
{% endblock %}