{% extends "base.html" %} {% block title %}{{ target_group.name }} — Group detail — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
← Back to groups

{{ target_group.name }}

{{ target_group.description or "—" }}
{% if not target_group.is_system %}
{% endif %}

Members

Loading…
Loading members…

Resource grants

Manage on the dedicated page.
Resources this group has been granted access to. Click through to the matrix view to add or remove grants.
Manage access →
{% endblock %}