{% extends 'OroUIBundle:actions:view.html.twig' %} {% oro_title_set({params : {"%account.name%": entity.name|default('N/A')} }) %} {% block navButtons %} {% if resource_granted('EDIT', entity) %} {{ UI.editButton({ 'path': path('orocrm_account_update', {'id': entity.id}), 'entity_label': 'orocrm.account.entity_label'|trans }) }} {% endif %} {% if resource_granted('DELETE', entity) %} {{ UI.deleteButton({ 'dataUrl': path('oro_api_delete_account', {'id': entity.id}), 'dataRedirect': path('orocrm_account_index'), 'aCss': 'no-hash remove-button', 'dataId': entity.id, 'id': 'btn-remove-account', 'entity_label': 'orocrm.account.entity_label'|trans }) }} {% endif %} {% endblock navButtons %} {% block pageHeader %} {% set breadcrumbs = { 'entity': entity, 'indexPath': path('orocrm_account_index'), 'indexLabel': 'orocrm.account.entity_plural_label'|trans, 'entityTitle': entity.name|default('N/A') } %} {{ parent() }} {% endblock pageHeader %} {% block stats %} {{ parent() }}