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

{{ page_title }}

{% trans 'When you disable a user account, that user will be unable to log in.' %}

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