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