<#include "managegrudata_tabs.html" /> <@tabs tab="customer" /> <@rowBox> <@boxHeader i18nTitleKey="grustoragedb.manage_customers.tableLabel"> <@headerButtons>
<@actionButtons button1Name="view_createCustomer" icon1="icon-plus icon-white" i18nValue1Key="grustoragedb.manage_customers.buttonAdd" />
<@boxBody> <@messages infos=infos /> <@paginationAdmin paginator=paginator combo=1 /> <@table> #i18n{grustoragedb.manage_customers.columnCustomerId} #i18n{grustoragedb.manage_customers.columnCustomerEmail} #i18n{portal.util.labelActions} <@tableHeadBodySeparator /> <#list customer_list as customer > ${customer.customerId} ${customer.customerEmail!''} <@paginationAdmin paginator=paginator />