{% extends '@OroUI/actions/index.html.twig' %}
{% import '@OroUI/macros.html.twig' as UI %}
{% set gridName = 'roles-grid' %}
{% set pageTitle = 'oro.user.role.entity_plural_label'|trans %}
{% block navButtons %}
{% import '@OroUI/macros.html.twig' as UI %}
{% if is_granted('oro_user_role_create') %}
{{ UI.addButton({
'path': path('oro_user_role_create'),
'entity_label': 'oro.user.role.entity_label'|trans
}) }}
{% endif %}
{% endblock %}