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

{% trans "Empower or downgrade administration root users" %}

{% trans "Here you can give or remove the capability of a user to be an administrator of the wholme system." %}

{% if messages %} {% endif %} {% if not_root_users or root_users %}

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

{% if not_root_users %} {% endif %} {% if root_users %} {% endif %} {% else %}

There is no user you are authorized to administrate.

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