#include "managegrudata_tabs.html" />
<@tabs tab="customer" />
<@rowBox>
<@boxHeader i18nTitleKey="grustoragedb.manage_customers.tableLabel">
<@headerButtons>
@headerButtons>
@boxHeader>
<@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!''}
|
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@rowBox>