{% extends "wagtailadmin/generic/base.html" %} {% load i18n wagtailadmin_tags %} {% block main_content %}

{% trans "Pick the two organizers to merge. The one with the lowest ID survives; the other one is deleted after its events have been moved over." %}

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% endblock %} {% block extra_js %} {{ block.super }} {{ form.media.js }} {% endblock %} {% block extra_css %} {{ block.super }} {{ form.media.css }} {% endblock %}