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

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

{% if user.is_superuser %} {% endif %} {% endblock %} {% block content %}
{% for entry in entries %} {{ entry.label }}

{{ entry.help_text }}

{% endfor %}
{% endblock %} {% block sidebar %} {% endblock %}