{% extends "authentic2/manager/base.html" %} {% load i18n static django_tables2 %} {% block page-title %}{{ object }} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Services' %} {{ view.service.name }} {% endblock %} {% block buttons %} {% endblock %} {% block appbar %} {{ block.super }} {% if view.service.home_url %} ({% trans "Homepage" %}) {% endif %} {% if view.can_delete %} {% trans "Delete" %} {% endif %} {% trans "Settings" %} {% 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 %}