{# Partial: list of exams used by HTMX bulk actions #}

{{ filter.qs|length }} exams found.

{% for exam in filter.qs %}
{% if exam.exam_mode %}Exam:{% else %}Packet:{% endif %} {{ exam }} {% if exam.archive %} Archived {% endif %} Questions: {{ exam.get_questions|length }} Candidates: {{ exam.get_candidate_count }}
Authors: {{ exam.get_authors }} {% if exam.exam_mode %} {% if app_name in "rapids longs anatomy" %} {% if request.user.is_staff %} Mark answers {% if app_name == 'anatomy' %} / Mark (mark2){% endif %} {% endif %} {% endif %} {% if request.user.is_staff %}Scores{% endif %} {% endif %}
{% endfor %}