user: {{ data.username }}
attempts
{% for a in data.attempts %}
{{ a.c_name }}
started {{ a.ts }}
{% endfor %}