{% extends '@OroCommerceMenu/menuUpdate/update.html.twig' %}
{% set routePrefix = 'oro_commerce_menu_customer_menu_' %}
{% oro_title_set({params : {"%customer%": customer.name, "%title%": entity.title|trans()}}) %}
{% set breadcrumbs = {
'entity': entity,
'indexPath': path('oro_customer_customer_index'),
'indexLabel': 'oro.customer.customer.entity_plural_label'|trans,
'additional': [
{
'indexPath': path('oro_customer_customer_view', {id: customer.id}),
'indexLabel': customer.name
},
{
'indexPath': path('oro_commerce_menu_customer_menu_index', {id: customer.id}),
'indexLabel': 'oro.commercemenu.menuupdate.roots_plural_label'|trans
},
{
'indexPath': path('oro_commerce_menu_customer_menu_view', {menuName: menuName, context: context}),
'indexLabel': menuName
}
]
} %}