{# Responsive: title to left, action buttons (include) to the right on md+ #}
Exam: {{ exam }}
{% comment %}
{% include "generic/exam_link_headers.html" %}
{% endcomment %}
{% include 'exam_notes.html' %}
{% if exam.examcollection %}
{% endif %}
{% if exam.recreate_json %}
{% endif %}
{% if exam.exam_mode and not exam.exam_open_access %}
{% if not exam.cid_user_groups.count and not exam.user_user_groups.count %}
This exam does not have any user / cid groups added.
{% if not candidate_count.0 and not candidate_count.1 %}
This exam does not have any candidates.
{% endif %}
{% endif %}
{% endif %}
{% if exam.archive %}
This exam is archived. Results and submitted answers will not be available to candidates (supervisors can still view).
{% endif %}
This exam has {{ question_number }} questions •
Time limit: {{ exam.time_limit }} seconds (1Q)
Author(s): {% for author in exam.author.all %}{{ author }}{% if not forloop.last %}, {% endif %}{% endfor %}
Exam mode:
{{ exam.exam_mode }}
{% if exam.exam_mode %}
{% if exam.exam_open_access %}
Available to all registered users.
{% else %}
{# Improved candidate counts: use compact buttons with badges and icons; stack on xs, inline on md+ #}
{% endif %}
{% endif %}