{# only display the html for permissions. Required vars: "can" from canToHuman filter on a permissions json and identifier #}
{{ can.base }} {% if can.teams %}
{{ 'Teams'|trans }}
{% endif %} {% if can.teamgroups %}
{{ 'Groups'|trans }}
{% endif %} {% if can.users %}
{{ 'Users'|trans }}
{% endif %}