#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for setting the account reference field, which can also associate a profile with the user account -->
<#assign strings = i18n() />
${strings.who_can_edit_profile}
${myAccountUri}
${strings.selected_editors}:
<#-- Magic ul that holds all of the proxy data and the template that shows how to display it. -->
<#list proxies as proxy>
${proxy.uri}
${proxy.label}
${proxy.classLabel}
${proxy.imageUrl}
#list>
<#--
Each proxy will be shown using the HTML inside this div.
It must contain at least:
-- a link with templatePart="remove"
-- a hidden input field with templatePart="uriField"
-->