{% extends 'atlas/exams.html' %} {% load partials %} {% partialdef casedetails-management-links %} {% endpartialdef %} {% block content %}

{{ collection.name }}

{% include 'exam_notes.html' %}

{{ collection.exam_mode }} (open access: {{ collection.exam_open_access }})

{% include "generic/partials/exams/exam_status.html#publish-results" %} {% include "generic/partials/exams/exam_status.html#exam-active" %}

{{ collection.get_collection_type_display }} Self review: {{ collection.self_review }} {% if collection.open_access %} Open {% else %} Restricted {% endif %}

{% if collection.prerequisites.exists %}
Prerequisites
{% endif %}
{% if collection.collection_type == "VIV" %} Start Viva {% else %}
Open
{% endif %}
{% if collection.prerequisites.exists %}
{% endif %}

Cases

    {% for casedetail in casesdetails %} {% include 'atlas/partials/case_list_item.html' %} {% endfor %}
{% if can_edit %}
Answer management

Manage answers for this collection.

Please note these are permanent and cannot be undone.
{% endif %} {% include 'exam_overview_js.html' %}
{% endblock %}