{% extends 'mtp_common/user_admin/base.html' %} {% load i18n %} {% load mtp_common %} {% block page_title %}{{ page_title }} – {{ block.super }}{% endblock %} {% block admin_header %}

{{ page_title }}

{% endblock %} {% block admin_content %}

{% trans 'When you enable a user account, that user will be able to log in again.' %}

{% include 'mtp_common/user_admin/user-description.html' with user=user only %}
{% csrf_token %} {% trans 'Cancel' %}
{% endblock %}