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