<@rowBox> <@boxHeader i18nTitleKey="gru.manage_customers.pageTitle"> <@headerButtons>
<@actionButtons button1Name="view_createCustomer" icon1="fa fa-plus" i18nValue1Key="gru.manage_customers.buttonAdd" />
<@boxBody> <@messages infos=infos /> <@paginationAdmin paginator=paginator combo=1 />
<@table> #i18n{gru.manage_customers.columnIdTitle} #i18n{gru.manage_customers.columnFirstname} #i18n{gru.manage_customers.columnLastname} #i18n{gru.manage_customers.columnHasAccount} #i18n{gru.manage_customers.columnAccountLogin} #i18n{gru.manage_customers.columnAccountGuid} #i18n{gru.manage_customers.columnEmail} #i18n{gru.manage_customers.columnIsEmailVerified} #i18n{gru.manage_customers.columnMobilePhone} #i18n{gru.manage_customers.columnIsMobilePhoneVerified} #i18n{gru.manage_customers.columnExtrasAttributes} #i18n{portal.util.labelActions} <@tableHeadBodySeparator /> <#list customer_list as customer > ${customer.idTitle!} ${customer.firstname!} ${customer.lastname!} ${customer.hasAccount?c} ${customer.accountLogin!} ${customer.accountGuid!} ${customer.email!} ${customer.isEmailVerified?c} ${customer.mobilePhone!} ${customer.isMobilePhoneVerified?c} ${customer.extrasAttributes!} <@paginationAdmin paginator=paginator />