+ +
+ {% endif %} +diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index 9ce7f965..e625fa09 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -1,6 +1,34 @@ {% extends 'atlas/exams.html' %} -{# per-case management links removed here; will include via separate partial to keep template logic simple #} +{% load partials %} + +{% partialdef casedetails-management-links %} + + ( + + {% if casedetail.default_viewerstate %} + + {% endif %} + ) + + () + + {% if collection.collection_type == "QUE" %} + ( + {% if casedetail.question_schema %} + + {% else %} + + {% endif %} + + ) + {% endif %} + + {% if casedetail.case.previous_case %} + ( + ) + {% endif %} +{% endpartialdef %} {% block content %}
+ +
+ {% endif %} +This collection will be available to view/take here{% if not collection.active %} (when active){% endif %} +
Review collection here + {% endif %} - -
+
+ + +Manage answers for this collection.
+ + Please note these are permanant and cannot be undone.