<#import "template.ftl" as layout> <@layout.registrationLayout; section> <#if section = "header"> ${msg("recovery-code-config-header")} <#elseif section = "form">

Warning alert: ${msg("recovery-code-config-warning-title")}

${msg("recovery-code-config-warning-message")}

    <#list recoveryAuthnCodesConfigBean.generatedRecoveryAuthnCodesList as code>
  1. ${code?counter}: ${code[0..3]}-${code[4..7]}-${code[8..]}
<#if isAppInitiatedAction??> <#else>