{% extends 'mtp_common/user_admin/base.html' %} {% load i18n %} {% load mtp_common %} {% block page_title %}{{ page_title }} – {{ block.super }}{% endblock %} {% block admin_content %}
{% trans 'Fill in a user’s details to allow them access.' %} {% trans 'You can give them a general user or an account management role.' %}
{% if permissions_note %}{{ permissions_note }}
{% endif %} {% endif %} {% if is_active is True %} {% include 'govuk-frontend/components/section-break.html' with visible=True size='l' %}{% trans 'This user can log in.' %}
{% trans 'Disable this user' %}
{% elif is_active is False %} {% include 'govuk-frontend/components/section-break.html' with visible=True size='l' %}{% trans 'This user cannot log in.' %}
{% endif %}