<#import "template.ftl" as layout> <@layout.registrationLayout; section> <#if section = "header"> <#if code.success> ${msg("codeSuccessTitle")} <#else> ${kcSanitize(msg("codeErrorTitle", code.error))} <#elseif section = "form">
<#if code.success>

${msg("copyCodeInstruction")}

<#else>

${kcSanitize(code.error)}