{% extends 'admin/base_site.html' %} {% load admin_urls static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block title %} Merge selected documents {% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content_title %}

Merge selected documents

Note: there is no automated way to unmerge documents! Please review to make sure these documents should be merged before submitting the form.

{% endblock %} {% block content %}
{% csrf_token %} {% if form.errors|length > 0 %}

Please correct the error below.

{% endif %}
{{ form.primary_document.label_tag }} {{ form.primary_document }}

{{ form.primary_document.help_text|safe }}

{{ form.rationale.label_tag }} {{ form.rationale }} {{ form.rationale.errors }} {{ form.rationale_notes }}

{{ form.rationale.help_text|safe }}

{% endblock %}