{% extends "admin/base.html" %} {% load static %} {% block breadcrumbs %} Admin > Documents > Move to Collection {% endblock %} {% block title %} {{ block.super }} - Move to Collection {% endblock %} {% block content_title %} {{ block.super }} - Move to Collection {% endblock %} {% block content %}
{% csrf_token %}

Move {{ document_count }} document{{ document_count|pluralize }} to collection

Documents to move:


{{ form.collection.errors }} {{ form.collection }} {% if form.collection.help_text %}

{{ form.collection.help_text|safe }}

{% endif %}


{{ form.conflict_resolution.errors }} {{ form.conflict_resolution }} {% if form.conflict_resolution.help_text %}

{{ form.conflict_resolution.help_text|safe }}

{% endif %}

Cancel
{% endblock %}