{% extends 'anatomy/exams.html' %} {% block content %} {% load thumbnail %}
{% include 'generic/exam_overview_headers.html' %}
    {% for question in questions %}
  1. thumbail {{ question.description }}
    {{ question.question_type }}: {{ question.get_primary_answer }}
    Modality: {{ question.modality }}, {% if exam.exam_mode %} Mark {% endif %} [id: {{question.pk}}]
  2. {% endfor %}
Author: {% for author in exam.author.all %} {{ author }}, {% endfor %}
{% if can_edit %}

{% endif %}
JSON creation time: {{exam.json_creation_time}} ({{exam.json_creation_time|date:"c"}}), JSON creation id: {{exam.exam_json_id}}
JSON JSON (unbased) Refresh JSON cache {% if request.user.is_superuser %} {% endif %}
{% include 'exam_overview_js.html' %} {% endblock %}