#include "adminidentities_tabs.html" />
<@tabs tab="attributecertifier" />
<@rowBox>
<@boxHeader i18nTitleKey="identitystore.manage_certifiers.view_attributs.title">
<@headerButtons>
@headerButtons>
@boxHeader>
<@boxBody>
<@table>
#i18n{identitystore.manage_attributekeys.columnName} |
#i18n{identitystore.manage_attributekeys.columnKeyName} |
#i18n{identitystore.manage_attributekeys.columnDescription} |
<@tableHeadBodySeparator />
<#list certifier_attributes_certifiable as attributekey >
<#if attributekey.id=-1>
|
${attributekey.keyName!''}
|
#i18n{identitystore.manage_certifiers.view_attributs.undefined}
|
<#else>
${attributekey.name}
|
${attributekey.keyName!''}
|
${attributekey.description!''}
|
#if>
#list>
@table>
@boxBody>
@rowBox>