<#import "template.ftl" as layout> <@layout.registrationLayout displayInfo=true displayMessage=!messagesPerField.existsError('username'); section> <#if section = "header"> ${msg("emailForgotTitle")} <#elseif section = "form">
<#if messagesPerField.existsError('username')> ${kcSanitize(messagesPerField.get('username'))?no_esc}
<#elseif section = "info" > <#if realm.duplicateEmailsAllowed> ${msg("emailInstructionUsername")} <#else> ${msg("emailInstruction")}