{% extends "base.html" %} {% load i18n %} {% block content %} {% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %} {% if messages %} {% endif %} {% if not_manageable %} {% if explanation %}

{{ explanation }}

{% endif %} {% endif %} {% if not_empowered or empowered %}

{% trans "Users you can administrate:" %}

{% if not_empowered %} {% endif %} {% if empowered %} {% endif %} {% else %}

There is no user you are authorized to administrate.

{% endif %}
{% trans "Back" %}
{% endblock %}