{% extends "authentic2/manager/services.html" %} {% load i18n static django_tables2 %} {% block page-title %}{% firstof manager_site_title site_title "Authentic2" %} - {{ object }}{% endblock %} {% 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 %} {% render_table table "authentic2/manager/service_roles_table.html" %} {% endwith %}
{% csrf_token %} {{ form }}

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

{% with row_link=1 table=roles_table %} {% render_table table "authentic2/manager/table.html" %} {% endwith %}
{% endblock %}