{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify util %} {% block extrahead %} {% endblock %} {% block extrastyle %} {{ block.super }} {{ form.media }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate "Select the original to which the linked objects will be reconnected." %}


{% csrf_token %} {{ form }}

{% endblock %}