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

${msg("copyCodeInstruction")}

<#else>

${code.error}