{% extends '@OroCommerceMenu/menuUpdate/indexWithTabs.html.twig' %} {% oro_title_set({params : {"%customer%": entity.name }}) %} {% set breadcrumbs = { 'indexPath': path('oro_customer_customer_index'), 'indexLabel': 'oro.customer.customer.entity_plural_label'|trans, 'additional': [ { 'indexPath': path('oro_customer_customer_view', {'id': entity.id }), 'indexLabel': entity.name } ], 'entityTitle': 'oro.commercemenu.menuupdate.roots_plural_label'|trans } %} {% set gridTemplate = '@OroCommerceMenu/CustomerMenu/widget/contextIndex.html.twig' %} {% set tabRoute = 'oro_commerce_menu_customer_menu_context_index' %}