{% 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 }}
{% 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 %} {% endblock %}