user: {{ data.username }}
attempts
{% for a in data.attempts %}
{% if a.a_name %}
{{ a.a_name }}
{% else %}{{ a.c_name }}{% endif %}
{{ a.code }}
{% if a.a_name %} : {{ a.c_name }} {% endif %} started {{ a.ts }}
{% endfor %}