<#include "adminidentities_tabs.html" /> <@tabs tab="attributekey" /> <@rowBox> <@boxHeader i18nTitleKey="identitystore.manage_attributekeys.title"> <@headerButtons>
<@actionButtons button1Name="view_appRightAttributes" icon1="fa fa-eye" i18nValue1Key="identitystore.manage_attributekeys.buttonViewAppRight" /> <@actionButtons button1Name="view_createAttributeKey" icon1="icon-plus icon-white" i18nValue1Key="identitystore.manage_attributekeys.buttonAdd" />
<@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} <#if ( attributekey.keyName?length > 33 ) > ${attributekey.keyName[0..30]}... <#else> ${attributekey.keyName!''} ${attributekey.description!''} ${attributekey.keyType.defaultLabel!''} <@paginationAdmin paginator=paginator />