{% 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 %}
Series Visibility

Choose how each series is shown for this case in this collection.

{% if series_visibility_rows %}
{% for row in series_visibility_rows %} {% endfor %}
Series Visibility
Series {{ forloop.counter }}
{{ row.series }}
{% else %}
No series linked to this case.
{% endif %}
{% endblock %} {% block js %} {% endblock %}