Prova:
{{t['title']}}
Nome:
{{t['student']['name']}}
Número:
{{t['student']['number']}}
Início:
{{t['start_time'][:19]}}
Fim:
{{t['finish_time'][:19]}}
Nota:
{{ t['grade'] }} valores {% if t['state'] == 'QUIT' %} (DESISTÊNCIA) {% end %}
{% if t['comment'] != '' %}
Comentário:
{{ t['comment'] }}
{% end %}
{% for i, q in enumerate(t['questions']) %} {% module Template(templ[q['type']], i=i, q=q, md=md, t=t) %} {% end %}