{% extends '@OroUI/actions/view.html.twig' %} {% oro_title_set({params : {"%name%": entity.name|default('N/A'|trans)}}) %} {% block pageHeader %} {% set breadcrumbs = { 'entity': entity, 'indexPath': path('oro_consent_index'), 'indexLabel': 'oro.consent.entity_plural_label'|trans, 'entityTitle': entity.name |default('N/A'|trans) } %} {{ parent() }} {% endblock pageHeader %} {% block content_data %} {% set consentInformationWidget %} {{ oro_widget_render({ 'widgetType': 'block', 'url': path('oro_consent_info', {id: entity.id}) }) }} {% endset %} {% set generalSectionBlocks = [{'data' : [consentInformationWidget]}]%} {% set dataBlocks = [ { 'title': 'oro.consent.sections.general'|trans, 'class': 'active', 'subblocks': generalSectionBlocks } ] %} {% set id = 'consent-view' %} {% set data = {'dataBlocks': dataBlocks} %} {{ parent() }} {% endblock content_data %}