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

{{ collection.name }}

{% include 'exam_notes.html' %} {% if casesdetails|length > 20 %} {% endif %}

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

Collection type: {{ collection.get_collection_type_display }} Self review: {{ collection.self_review }} Open access: {% if collection.open_access %} Open {% else %} Restricted {% endif %} Exam mode: {{ collection.exam_mode }}

{% if collection.prerequisites.exists %}
Prerequisites
{% endif %}
{% if collection.collection_type == "VIV" %} Start Viva Start Viva (Local) {% else %}
Open
{% endif %}
{% if collection.prerequisites.exists %}
{% endif %}
{% if collection.case_query_messaging_enabled %}
Outstanding messages
{{ total_outstanding_messages }} pending acknowledgement
{% if user_message_rows %}
Users
{% endif %} {% if cid_message_rows %}
CID users
{% endif %} {% else %}
Case query/messaging
Disabled for this collection
{% 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 %}