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

Merge selected person-person relationships

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

{{ form.primary_relation_type.help_text|safe }}

{% endblock %}