#import "template.ftl" as layout> <#import "user-profile-commons.ftl" as userProfileCommons> <#import "register-commons.ftl" as registerCommons> <@layout.registrationLayout displayMessage=messagesPerField.exists('global') displayRequiredFields=true; section> <#if section = "header"> <#if messageHeader??> ${kcSanitize(msg("${messageHeader}"))?no_esc} <#else> ${msg("registerTitle")} #if> <#elseif section = "form">
#if> @layout.registrationLayout>