#import "template.ftl" as layout>
<@layout.registrationLayout displayMessage=!messagesPerField.existsError('username') displayInfo=realm.password && realm.registrationAllowed && !registrationDisabled??; section>
<#if section = "header">
${msg("loginAccountTitle")}
<#elseif section = "form">
<#elseif section = "info">
<#if realm.password && realm.registrationAllowed && !registrationDisabled??>
#if>
<#elseif section = "socialProviders">
<#if realm.password && social?? && social.providers?has_content>
${msg("identity-provider-login-label")}
#if>
#if>
@layout.registrationLayout>