#include "adminidentities_tabs.html" />
<@tabs tab="attributekey" />
<@rowBox>
<@boxHeader i18nTitleKey="identitystore.manage_attributekeys.title">
<@headerButtons>
@headerButtons>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
#i18n{identitystore.manage_attributekeys.columnName} |
#i18n{identitystore.manage_attributekeys.columnKeyName} |
#i18n{identitystore.manage_attributekeys.columnDescription} |
#i18n{identitystore.manage_attributekeys.columnKeyType} |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list attributekey_list as attributekey >
${attributekey.name}
|
${attributekey.keyName}
|
${attributekey.description}
|
${attributekey.keyType.defaultLabel}
|
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@rowBox>