{% set user = getCustomerUser() %} {% set customer = user.customer %} {% set customerBalance = customer.balance|default("0") %} {% set menus = [ {'path':path('main_account_info'),'title':'account.sidebar.account_info'|trans }, {'path':path('main_account_address'),'title':'account.sidebar.addresses'|trans }, {'path':path('main_account_order'),'title':'account.sidebar.my_orders'|trans }, {'path':path('main_account_payment_notification'),'title':'account.sidebar.payment_notification'|trans }, {'path':path('security_logout'),'title':'common.logout'|trans }, ] %} {% set currentPath = app.request.requesturi %}