{% extends "authentic2/manager/base.html" %} {% load i18n %} {% block appbar %}

{% blocktrans %}Identity management{% endblocktrans %}

{% endblock %} {% block content %}

{% trans "You are not authorized to see this page." %}

{% trans "Back" %}

{% endblock %}