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