{% extends 'base.html' %} {% block extra_css %} {% endblock %} {% block content %}

Manage Exams

{{ items|length }} shown{% if items|length >= 300 %} (capped at 300){% endif %} · {{ counts.all }} total

Console
Console Exams Users Subjects Topics Reference Papers
Reset
Select rows with the checkboxes, then delete in bulk.
{% for item in items %} {% set e = item.exam %} {% else %} {% endfor %}
TitleUserModeStatusDateActions
{{ e.title[:44] }}{% if e.title|length > 44 %}…{% endif %}
{% if item.error %}
{{ item.error }}
{% endif %}
{{ e.creator.username if e.creator else '—' }} {{ e.exam_mode|upper }} {{ e.status }} {{ e.created_at.strftime('%Y-%m-%d %H:%M') if e.created_at else '' }}
{% if e.status == 'completed' %} {% endif %} {% if e.status in ['failed', 'generating', 'pending'] %} {% endif %}
No exams match these filters.
{% for item in items %} {% set e = item.exam %}
{% if e.status in ['failed', 'generating', 'pending'] %}
{% endif %} {% endfor %} {% endblock %}