{# 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 }} 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{% endif %} {% endif %} {% if request.user.is_staff %}Scores{% endif %} {% endif %}
{% endfor %}