{% extends 'base.html' %} {% block content %}
| Name | {% if perms.accounts.view_user %}Users | Service accounts | {% endif %} {% if perms.realms.view_realmgroupmapping %}Realm mappings | {% endif %}{% for group in object_list %} |
|---|---|---|---|---|
| {{ group }} | {% if perms.accounts.view_user %}{{ group.user_count }} | {{ group.service_account_count }} | {% endif %} {% if perms.realms.view_realmgroupmapping %}{{ group.realm_group_mapping_count }} | {% endif %}{% if perms.auth.change_group %} {% endif %} {% if perms.auth.delete_group %} {% endif %} |