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