<#import "template.ftl" as layout> <@layout.registrationLayout displayInfo=false; section> <#if section = "header" || section = "show-username"> <#if section = "header"> ${msg("loginChooseAuthenticator")} <#elseif section = "form">
<#list auth.authenticationSelections as authenticationSelection>
${msg('${authenticationSelection.displayName}')}
${msg('${authenticationSelection.helpText}')}