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

Managing Priors for Case: {{casedetail.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 Prior Exams

{% for case, added, relation, visibility, relation_type in available_priors %} {% include 'atlas/partials/_prior_card.html' with case=case added=added relation=relation visibility=visibility relation_type=relation_type collection=collection %} {% empty %}
No available prior exams found for the case.
{% endfor %}

Available Future Exams

{% for case, added, relation, visibility, relation_type in available_futures %} {% include 'atlas/partials/_prior_card.html' with case=case added=added relation=relation visibility=visibility relation_type=relation_type collection=collection %} {% empty %}
No available future exams found for the case.
{% endfor %}
{% comment %}
{% csrf_token %} {{ form }}
{% endcomment %} {% comment %}

Blank form

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