{% extends "authentic2/manager/services.html" %} {% load i18n staticfiles django_tables2 %} {% block breadcrumb %} {{ block.super }} {{ view.service.name }} {% endblock %} {% block appbar %} {{ block.super }} {% if view.can_change %} {% trans "Edit" %} {% endif %} {% endblock %} {% block sidebar %} {% endblock %} {% block main %}

{% trans "Roles of users allowed on this service" %}

{% with row_link=1 url_name='a2-manager-role-members' %} {% render_table table "authentic2/manager/service_roles_table.html" %} {% endwith %}
{% csrf_token %} {{ form }}

{% trans "Roles solely visible from this service" %}

{% with row_link=1 url_name='a2-manager-role-members' table=roles_table%} {% render_table table "authentic2/manager/table.html" %} {% endwith %}
{% endblock %}