{% extends "layout.html" %} {% block body %} {% include "notifications.html" %}
{% include "small_topbar.html" %}
{{ _('Authorization') }}
{{ _('Grants of group %(group)s on %(backend)s', group=group, backend=backend) }} {% if group != 'admin' -%}
{{ _('You need to enter a valid JSON expression. Example:') }} "client", {"clients": ["c1", "c2"]}, ["client1", "client2"], { "agents": { "agent1": ["client1", "client2"] } }
{% endif -%}
{{ '{{$item.id}}' }}
{% if group not in ['moderator', 'admin'] -%}
{% endif -%}
{% endblock %}