<#import "template.ftl" as layout> <@layout.registrationLayout displayInfo=true displayMessage=!messagesPerField.existsError('username'); section> <#if section = "header">
${msg("passwordRecovery")}
${msg("emailForgotTitle")}
${msg("emailForgotTitle1")}
<#elseif section = "form">
<#if auth?has_content && auth.showUsername()> <#else> <#if messagesPerField.existsError('username')>
${kcSanitize(messagesPerField.get('username'))?no_esc}
<#if client?? && client.baseUrl?has_content> ${kcSanitize(msg("backToLogin"))?no_esc}
<#elseif section = "info" >