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