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