{% extends 'mtp_common/user_admin/list.html' %} {% load i18n %} {% block page_title %}{% trans 'Sorry, something went wrong' %} – {{ block.super }}{% endblock %} {% block admin_content %}

{% trans 'Your account is not correctly set up to manage other users.' %}

{% trans 'Please contact us to request your account to be changed.' %}

{% endblock %}