{% extends "authentic2/manager/services.html" %} {% load i18n staticfiles django_tables2 %} {% block breadcrumb %} {{ block.super }} {{ view.service.name }} {% endblock %} {% block sidebar %} {% include "authentic2/manager/search_form.html" %}
{% if multiple_ou and object.ou %}
{% trans "Organizational unit" %}
{{ object.ou }}
{% endif %}
{% trans "Slug" %}
{{ object.slug }}
{% 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 %}