{% extends '@OroUI/actions/update.html.twig' %} {% import '@OroUI/macros.html.twig' as UI %} {% oro_title_set({params : {"%entity.subject%": entity.name, "%entityName%": 'oro.api.openapispecification.entity_label'|trans }}) %} {% set entityId = entity.id %} {% block navButtons %} {% import '@OroUI/macros.html.twig' as UI %} {{ UI.dropdownSaveButton({'html': UI.saveAndCloseButton({'route': 'oro_openapi_specification_view', 'params': {'id': '$id'}}) ~ UI.saveAndStayButton({'route': 'oro_openapi_specification_update', 'params': {'id': '$id'}}) }) }} {{ UI.cancelButton(path('oro_openapi_specification_index')) }} {% endblock navButtons %} {% block pageHeader %} {% set breadcrumbs = { 'entity': entity, 'indexPath': path('oro_openapi_specification_index'), 'indexLabel': 'oro.api.openapispecification.entity_plural_label'|trans, 'entityTitle': entity.name } %} {{ parent() }} {% endblock pageHeader %} {% block stats %} {{ parent() }} {% if entity.specificationCreatedAt is not null %}