{% extends "profiles/base-wide.html" %} {% load i18n %} {% load profile_tags %} {% block title %}{% trans 'Merge Users'%}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %} {{ block.super }}
{% users_nav request.user user_this %}

{% blocktrans %} Check the boxes below to select which user accounts you would like to merge. The Master account will be the account into which all other users are merged. Please review the user account information listed below before merging. {% endblocktrans %}

{% for profile in profiles %} {% merge_detail profile %} {% endfor %}
{% csrf_token %} {{ form }}
{% endblock %}