{% extends "authentic2/manager/role_common.html" %} {% load i18n static django_tables2 %} {% block breadcrumb %} {{ block.super }} {{ object }} {% endblock %} {% block sidebar %} {% endblock %} {% block appbar %} {{ block.super }} {% if view.can_change and not object.is_internal %} {% trans "Edit" %} {% else %} {% if not view.can_change %} {% trans "Edit" %} {% else %} {% trans "Edit" %} {% endif %} {% endif %} {% endblock %} {% block extra_scripts %} {{ block.super }} {{ choose_user_form.media }} {% endblock %} {% block main %} {% if from_ldap %}
{% trans "This role doesn't contain permissions of any other role." %}
{% endif %}