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