#-- $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 -->
${stylesheets.add('',
'')}
${stylesheets.add('')}
Proxy self editors
Add proxy:
Selected proxies:
<#-- Magic div thst 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:
1) a link with templatePart="remove"
2) a link with templatePart="restore"
3) a hidden input field with templatePart="uriField"
One of the links "remove" and "restore" will show at a time.
-->