{% extends 'atlas/exams.html' %} {% 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 add series from prior cases to a case in a collection. In order to be available here the cases must be linked on the system.

It is necessary to give a description of how the cases are related that will be displayed to the user when viewing the case.

Available priors

{% comment %}
{% csrf_token %} {{ form }}
{% endcomment %} {% comment %}

Blank form

{{ blank_form}}
{% endcomment %} {% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %}