{% extends 'atlas/exams.html' %} {% load crispy_forms_tags %} {% block content %} {% include 'atlas/partials/_viewing_case_as_part_of_collection.html' with nav_link_view="atlas:collection_case_details" %}

Case: {{casedetail.case.title}}

This page allows you to configure how the case is displayed as part of the collection.

{% csrf_token %} {% crispy form form.helper %}
{% endblock %} {% block js %} {% endblock %}