#* The server renders this HTML page in an end-user's browser to display the username and list of core and extended attributes Velocity variables (identified by the $ character) are generated at runtime by the server. Change text or formatting as needed. Modifying Velocity statements is not recommended as it may interfere with expected server behavior. *# $pluginTemplateMessages.getMessage("title")
$pluginTemplateMessages.getMessage("title")
$pluginTemplateMessages.getMessage("headerMessage")
$pluginTemplateMessages.getMessage("usernameTitle")


#if(!($extendedAttr.isEmpty()))
$pluginTemplateMessages.getMessage("extendedAttributes")
#foreach($attribute in $extendedAttr) #set($escapedAttr = $escape.escape($attribute)) #end
$escapedAttr   

#end