diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index fdc5d855..ffe59ec7 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -43,112 +43,135 @@ {% endpartialdef %} {% block content %} -

{{collection.name}}

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

{{ collection.name }}

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

Exam mode: {{ 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 Type: {{ collection.get_collection_type_display }}

+

Self review: {{ collection.self_review }}

+

Open access: {{ collection.open_access }}

-
- Exam mode: {{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 Type: {{collection.get_collection_type_display}}
- Self review: {{collection.self_review}}
- Open access: {{collection.open_access}}
{% if collection.prerequisites.exists %} - Prerequisite collections: -
    - {% for prereq in collection.prerequisites.all %} -
  • - {{ prereq.name }} -   -
  • - {% endfor %} -
- -

- -

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

- {% else %} -

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

Review collection here - {% endif %} - - - - -

Cases

-
    - {% for casedetail in casesdetails %} -
  1. - - - Case {{forloop.counter}} - : - {% if casedetail.case.series.count == 0 %} -    - {% endif %} - {{casedetail.case.title}}  - - {% partial casedetails-management-links %} - -
  2. - - {% endfor %} -
- - - - - {% if can_edit %} -

-

-

-

- -
- Answer management - -
-

Manage answers for this collection.

- - Please note these are permanant and cannot be undone. +
+ Prerequisite collections: +
    + {% for prereq in collection.prerequisites.all %} +
  • + {{ prereq.name }} +
  • + {% endfor %} +
- + class="btn btn-sm btn-secondary" + >Sync prerequisite users +

+ {% 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 %} +
+
+
- - {% endif %} - {% include 'exam_overview_js.html' %} + +

Cases

+
    + {% for casedetail in casesdetails %} +
  1. + +
    + Case {{ forloop.counter }} + : + {% if casedetail.case.series.count == 0 %} + + {% endif %} + {{ casedetail.case.title }} +
    + +
    + {% partial casedetails-management-links %} +
    +
  2. + {% endfor %} +
+ + +{% if can_edit %} +

+ +

+ +

+ +

+

+ +
+ Answer management + +
+

Manage answers for this collection.

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