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

Exam: {{ exam.name }}

{% include 'exam_notes.html' %} {% if exam.recreate_json %} {% endif %} This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds. Exam mode: {{ exam.exam_mode }}
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 %}