{% extends 'base.html.twig' %} {% block body %}

API Roles

{% if mode == 'update' %} Edit API Role {{ obj.getID() }} {% else %} New API Role {% endif %}

Unique identifier for this role
Display name for this role
{% for api_acl_layer in api_acl_hierarchy %} {{ api_acl_layer.label }}
{% for key, label in api_acl_layer.acls %} {% endfor %}
{% endfor %}
Back
{% endblock %} {% block scripts %} {% endblock %}