{% extends 'base.html' %} {% load i18n %} {% load mtp_common %} {% block page_title %}{{ view.title }} – {{ block.super }}{% endblock %} {% block content %}
{{ request.user.email }}
{% trans 'Change email' %} {% if perms.auth.change_user %} {% include 'govuk-frontend/components/section-break.html' with visible=True size='l' %}{% trans 'Add, view, edit or disable user accounts.' %}
{% trans 'Manage users' %} {% endif %} {% endblock %}