@rowBox>
<@boxHeader i18nTitleKey="identitystore.manage_identities.title">
<@headerButtons>
@headerButtons>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
#i18n{identitystore.manage_identities.columnFirstName} |
#i18n{identitystore.manage_identities.columnFamilyName} |
#i18n{identitystore.manage_identities.columnConnectionId} |
#i18n{identitystore.manage_identities.columnCustomerId} |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list identity_list as identity >
${identity.firstName!''}
|
${identity.familyName!''}
|
${identity.connectionId!''}
|
${identity.customerId!''}
|
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@rowBox>