{% extends "authentic2/manager/role_common.html" %} {% load i18n staticfiles django_tables2 %} {% block breadcrumb %} {{ block.super }} {% if multiple_ou and object.ou %} {{ object.ou }} {% endif %} {{ object }} {% endblock %} {% block sidebar %} {% endblock %} {% block appbar %} {{ block.super }} {% if not object.is_internal and view.can_delete %} {% trans "Delete" %} {% else %} {% trans "Delete" %} {% endif %} {% if view.can_change and not object.is_internal %} {% trans "Edit" %} {% else %} {% if not view.can_change %} {% trans "Edit" %} {% else %} {% trans "Edit" %} {% endif %} {% endif %} {% if perms.a2_rbac.admin_permission %} {% trans "Permissions" %} {% endif %} {% endblock %} {% block extra_scripts %} {{ block.super }} {{ choose_user_form.media }} {% endblock %} {% block main %} {% with row_link=1 url_name="a2-manager-user-detail" %} {% render_table table "authentic2/manager/role_members_table.html" %} {% endwith %} {% include "authentic2/manager/export_include.html" with export_view_name="a2-manager-role-members-export" %} {% if view.can_change %}
{% endif %} {% endblock %}