{% extends 'generic/base.html' %} {% block content %}
Edit Delete {% if request.user.is_superuser %} Admin Edit {% endif %}

Name: {{examination.examination}}

Modality: {{examination.modality}}
{% if examination.atlas_series_examination.all %}

Associated Atlas Series

{% endif %} {% if examination.series_examination.all %}

Associated Longs Series

{% endif %} {% if examination.anatomyquestion_set.all %}

Associated Anatomy Questions

{% endif %}
Merge
{{merge_form}}

This will replace all occurances of the "{{examination}}" and with the selected examination and delete it.

It cannot be undone

{% endblock %} {% block js %} {% endblock %}