diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index ffe59ec7..8a0d81fb 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -44,134 +44,167 @@ {% block content %} -
-
-

{{ collection.name }}

+
+
+
+
+
+

{{ collection.name }}

- {% include 'exam_notes.html' %} + {% include 'exam_notes.html' %} -

Exam mode: {{ collection.exam_mode }} - (open access: {{ collection.exam_open_access }}) -

+

+ {{ 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" %} -

+

+ {% 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: {{ collection.open_access }}

+

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

- {% if collection.prerequisites.exists %} -
- Prerequisite collections: -
    - {% for prereq in collection.prerequisites.all %} -
  • - {{ prereq.name }} -
  • - {% endfor %} -
+ {% if collection.prerequisites.exists %} +
+ Prerequisites +
    + {% for prereq in collection.prerequisites.all %} +
  • {{ prereq.name }}
  • + {% endfor %} +
+
+ {% endif %} +
+ +
+
+ {% if collection.collection_type == "VIV" %} + Start Viva + {% else %} +
+ Open + +
+ {% endif %} +
+ + {% if collection.prerequisites.exists %} +
+ +
+ {% endif %} +
- -

- -

- {% endif %} - -
- {% if collection.collection_type == "VIV" %} - Start Viva - {% else %} -

This collection will be available to view/take here{% if not collection.active %} (when active){% endif %} - -

-

Review collection here

- {% endif %}
-
+
+
+

Cases

-

Cases

-
    - {% for casedetail in casesdetails %} -
  1. +
    + {% for casedetail in casesdetails %} +
    +
    +
    + Case {{ forloop.counter }} + {{ casedetail.case.title }} +
    +
    + {% if casedetail.case.series.count == 0 %} + No series attached + {% else %} + {{ casedetail.case.series.count }} series + {% endif %} + {% if casedetail.question_schema %} +  • Questions defined + {% endif %} +
    +
    -
    - Case {{ forloop.counter }} - : - {% if casedetail.case.series.count == 0 %} - - {% endif %} - {{ casedetail.case.title }} +
    + {% partial casedetails-management-links %} +
    +
    + {% endfor %}
    +
    +
-
- {% partial casedetails-management-links %} + {% if can_edit %} +
+
+ + + + +
- - {% endfor %} - - - -{% if can_edit %} -

- -

- -

- -

-

- -
- Answer management - -
-

Manage answers for this collection.

- - Please note these are permanant and cannot be undone.
- +
+
+
+ Answer management - -
+
+

Manage answers for this collection.

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