{% if can_edit %} Edit \ Delete \ Clone \ Authors {% endif %} {% if request.user.is_superuser %} \ Admin Edit {% endif %}

Exam: {{ exam.name }}

{% include 'exam_notes.html' %} {% if exam.recreate_json %} {% endif %} {% if exam.exam_mode %} {% if not exam.cid_user_groups.count and not exam.user_user_groups.count %} {% else %} {% if not candidate_count.0 and not candidate_count.1 %} {% endif %} {% endif %} {% endif %} This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds. Exam mode: {{ exam.exam_mode }}
{% if exam.exam_mode %} Cid candidates: {{candidate_count.0}}, User candidates: {{candidate_count.1}}
{% endif %} Open access: {{ exam.open_access }}
Exam active: [When checked the exam will be available to take in the test system]
{% if exam.exam_mode %}
Publish results: [When checked the exam results will be available to users on this site]
{% if app_name == "anatomy" or app_name == "rapids" or app_name == "longs" %}

{% endif %} {% endif %}