{% load i18n %}
| {% translate 'Groups' %} | {% translate 'Type' %} | {% translate 'Description' %} |
|---|---|---|
| {{ g.displayname }} | {{ g.kind }} | {{ g.description }} |
| {% translate 'No groups' %} | ||
| {% translate 'Roles' %} | {% translate 'Type' %} | {% translate 'Description' %} |
|---|---|---|
| {{ r.displayname }} | {{ r.kind }} | {{ r.description }} |
| {% translate 'No roles' %} | ||
| {% translate 'Permissions' %} | {% translate 'Display name' %} | {% translate 'Description' %} |
|---|---|---|
| {{ p.keyname }} | {{ p.displayname|default:'' }} | {{ p.description|default:'' }} |
| {% translate 'No permissions' %} | ||