{% extends 'atlas/exams.html' %} {% load crispy_forms_tags %} {% block content %}
{% if previous %} Previous question {% endif %} Viewing question as part of collection: {{collection.name}} [{{case_number|add:1}}/{{collection_length}}] {% if next %} Next question {% endif %}

Case: {{case_detail.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 %}