{% extends '/admin/authenticated/layout/base.html.twig' %} {% import '/admin/components/helpers_macro.html.twig' as helpers %} {% block title %} Roles {% endblock %} {% block content %}
Roles
{% for role in roles %} {% endfor %}
Name Description Code
{{ role.label }} {{ role.description }} {{ role.name }}
{% endblock %}