<#import "template.ftl" as layout> <@layout.registrationLayout; section> <#if section = "title"> ${msg("registerWithTitle",(realm.name!''))} <#elseif section = "header"> ${msg("registerWithTitleHtml",(realm.name!''))} <#elseif section = "form">
<#if !realm.registrationEmailAsUsername>
<#if passwordRequired>
<#if recaptchaRequired??>