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

{% blocktrans trimmed %} You cannot edit the user account for ‘{{ target_username }}’. {% endblocktrans %}

{% trans 'Please contact us if you need to change it.' %}

{% endblock %}