<#import "template.ftl" as layout> <@layout.mainLayout active='account' bodyClass='user'; section>

${msg("editAccountHtmlTitle")}

* ${msg("requiredFields")}
<#if !realm.registrationEmailAsUsername>
<#if realm.editUsernameAllowed>*
disabled="disabled" value="${(account.username!'')}"/>
*
*
*
<#if url.referrerURI??>${kcSanitize(msg("backToApplication")?no_esc)}