{% extends '@OroUI/actions/update.html.twig' %} {% if entity.id %} {% oro_title_set({params : {'%title%': entity.name} }) %} {% endif %} {% set formAction = formAction|default( entity.id ? path('oro_cms_content_widget_update', { 'id': entity.id }) : path('oro_cms_content_widget_create') ) %} {% block stats %} {% if is_granted('VIEW', entity, 'widgetType') and contentWidgetType is not empty %}