{% extends 'staff_base.html' %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{% trans 'Merge users' %}

{% csrf_token %}

{% trans 'Select the users you want to merge.' %}

{% include 'bootstrap_form.html' with form=form wide=True %}
{% endblock %}