{% 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." %}
{% endblock %} {% block extra_js %} {{ block.super }} {{ form.media.js }} {% endblock %} {% block extra_css %} {{ block.super }} {{ form.media.css }} {% endblock %}