{% extends "layout.html" %} {% block body %} {% include "notifications.html" %}
{% include "small_topbar.html" %}
{{ _('Authorization') }}
{{ _('Grants of %(user)s on %(backend)s', user=grant, backend=backend) }}
{{ _('You need to enter a valid JSON expression. Example:') }} "client", {"clients": ["c1", "c2"]}, ["client1", "client2"], { "agents": { "agent1": ["client1", "client2"] } }
{% endblock %}