{% extends "authentic2/manager/service.html" %} {% load i18n staticfiles django_tables2 %} {% block breadcrumb %} {{ block.super }} {{ object }} {% endblock %} {% block page_title %} {% trans "Members" %} {% endblock %} {% block appbar %} {{ block.super }} {% if view.can_change and not object.admin_scope_ct_id %} {% trans "Managers" %} {% endif %} {% trans "Children roles" %} {% endblock %} {% block extra_scripts %} {{ block.super }} {{ form.media }} {% endblock %} {% block sidebar %}

{% trans "Search" %}

{{ search_form.as_p }}
{% endblock %} {% block main %} {% with row_link=1 url_name="a2-manager-user-edit" %} {% 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 %}
{% csrf_token %} {{ form }}
{% endif %} {% endblock %}