<#macro renderPanel panel> <#if panel.actionGroups?size > 0>
  • ${panel.title}

    <#list panel.actionGroups as group> <@renderGroup group />
  • <#macro renderGroup group> <#if group.actions?size > 0>
  • <#if group.icon ??> <#if group.badgeText??> ${group.badgeText} ${group.title}
  • <#macro renderAction action>
  • return-url="${return_url}"> ${action.title}
  • <#macro actionMenu panels customer> <#macro renderTreeGroup group> <#if group.actions?size > 0>
  • <#if group.icon ??> <#if group.badgeText??> ${group.badgeText} ${group.title}


  • <#macro actionTree panels customer> <#assign index=0> <#list panels as panel> <#if panel.actionGroups?size > 0 && index==1 >
    <#assign index=index+1> <#macro customerMenuDetails customer> <#macro getCustomerAttribute customer strAttributeKey iconName=''> <#assign attribute=customer.getAttribute(strAttributeKey) /> <#if attribute?has_content>

    ${attribute}

    <#macro customerDetails customer>

    ${customer.firstname} ${customer.lastname}

    <#if customer.email?has_content>

    ${customer.email} <#if customer.isEmailVerified && true>

    <#if customer.fixedPhoneNumber?has_content>

    <#if customer.fixedPhoneNumber?length == 10> ${customer.fixedPhoneNumber[0..1]} ${customer.fixedPhoneNumber[2..3]} ${customer.fixedPhoneNumber[4..5]} ${customer.fixedPhoneNumber[6..7]} ${customer.fixedPhoneNumber[8..9]} <#else> ${customer.fixedPhoneNumber!}

    <#if customer.mobilePhone?has_content>

    <#if customer.mobilePhone?length == 10> ${customer.mobilePhone[0..1]} ${customer.mobilePhone[2..3]} ${customer.mobilePhone[4..5]} ${customer.mobilePhone[6..7]} ${customer.mobilePhone[8..9]} <#else> ${customer.mobilePhone!} <#if customer.isMobilePhoneVerified && true>

    <#macro customerFilter>
    #i18n{gru.macro.customer.filter.title} :
    <#-- Macro messages : display message block for errors or infos --> <#macro notification infos=[] type="info" pos="bottom-left"> <#-- Error messages handling --> <#-- Info messages handling --> <#if infos??> <#if infos?size > 0 >
    <#list infos as info > ${info.message} x