#macro renderPanel panel> <#if panel.actionGroups?size > 0>
${customer.email!""} <#if customer.isEmailVerified && true>#if>
<#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>
#if> <#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> <#if customer.isMobilePhoneVerified && true>#if>
#if>