<#import "template.ftl" as layout> <@layout.registrationLayout displayMessage=true; section> <#if section = "header"> ${kcSanitize(msg("webauthn-error-title"))?no_esc} <#elseif section = "form">
<#if authenticators??> <#list authenticators.authenticators as authenticator>
${kcSanitize(msg("webauthn-available-authenticators"))?no_esc}
${kcSanitize(authenticator.label)?no_esc}
<#if isAppInitiatedAction??>