{% extends "hkis/layout.html" %} {% block title %}Stats - {{object.name}}{% endblock %} {% block container %}

{{ object.name }}

{% for exercise in exercises %} {% endfor %} {% for username, answers in stats.items %} {% for answer in answers %} {% endfor %} {% endfor %}
{{ exercise.slug }}
{{ username }} {% if answer.is_tried %} {% if answer.is_valid %} {% else %} {% endif %} {% endif %}
{% endblock %}