<#include "include/identity_utils.html" /> <@rowBox> <#if ! viewMode?has_content> <#assign viewMode=true /> <#assign formAction="jsp/admin/plugins/identitystore/agent/ManageCustomerIdentity.jsp?plugin_name=identitystoreagent&action=modifyIdentity" /> <#if viewMode> <#assign formAction="jsp/admin/plugins/identitystore/agent/ManageCustomerIdentity.jsp?plugin_name=identitystoreagent&view=modifyIdentity" /> <@tform action=formAction> <@boxBody>
<@messages errors=errors /> <@messages infos=infos />
<#assign has_write=false /> <#if identity?has_content> <#assign count_mod=0 /> <#list identity_attr_list as attr_right> <#if count_mod=0>
<@view_attribute attribute_right=attr_right/> <#if !has_write && attr_right.writable> <#assign has_write=true />
<#assign count_mod=count_mod+1 /> <#if count_mod=2> <#assign count_mod=0 />
<#if count_mod=1> <@boxFooter> <#if has_write && viewMode> <@button type='submit' title='#i18n{portal.util.labelModify}' buttonIcon='pencil' showTitle=true /> <#if has_write && !viewMode> <@button type='submit' title='#i18n{portal.util.labelValidate}' buttonIcon='check' showTitle=true />