{% extends 'base.html' %} {% block content %}

{{ object_list|length }} Group{{ object_list|length|pluralize }}

{% if perms.auth.add_group %} Create {% endif %} {% if perms.accounts.view_user %} {% endif %} {% if perms.realms.view_realmgroupmapping %} {% endif %} {% for group in object_list %} {% if perms.accounts.view_user %} {% endif %} {% if perms.realms.view_realmgroupmapping %} {% endif %} {% endfor %}
NameUsers Service accountsRealm mappings
{{ group }} {{ group.user_count }} {{ group.service_account_count }} {{ group.realm_group_mapping_count }} {% if perms.auth.change_group %} {% endif %} {% if perms.auth.delete_group %} {% endif %}
{% endblock %}