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

Merge selected people

Note: there is no automated way to unmerge people! Please review to make sure these people 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_person.label_tag }} {{ form.primary_person }}

{{ form.primary_person.help_text|safe }}

{% endblock %}