<#import "template.ftl" as layout> <@layout.registrationLayout displayInfo=(realm.registrationAllowed && !registrationDisabled??); section> <#if section = "title"> title <#elseif section = "header"> ${kcSanitize(msg("passkey-login-title"))?no_esc} <#elseif section = "form">
<#if authenticators??>
<#list authenticators.authenticators as authenticator>
<#if shouldDisplayAuthenticators?? && shouldDisplayAuthenticators> <#if authenticators.authenticators?size gt 1>

${kcSanitize(msg("passkey-available-authenticators"))?no_esc}

<#list authenticators.authenticators as authenticator>
${kcSanitize(msg('${authenticator.label}'))?no_esc}
<#if authenticator.transports?? && authenticator.transports.displayNameProperties?has_content>
<#list authenticator.transports.displayNameProperties as nameProperty> ${kcSanitize(msg('${nameProperty!}'))?no_esc} <#if nameProperty?has_next> ,
${kcSanitize(msg('passkey-createdAt-label'))?no_esc} ${kcSanitize(authenticator.createdAt)?no_esc}
<#if realm.password>
<#elseif section = "info"> <#if realm.registrationAllowed && !registrationDisabled??>
${msg("noAccount")} ${msg("doRegister")}