{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}} {{template "base/alert" .}} {{end}}

{{if .LinkAccountMode}} {{ctx.Locale.Tr "auth.oauth_signin_title"}} {{else}} {{ctx.Locale.Tr "auth.login_userpass"}} {{end}}

{{if .EnablePasswordSignInForm}}
{{if or (not .DisablePassword) .LinkAccountMode}}
{{ctx.Locale.Tr "auth.forgot_password"}}
{{end}} {{if not .LinkAccountMode}}
{{end}} {{template "user/auth/captcha" .}}
{{end}}{{/*end if .EnablePasswordSignInForm*/}} {{$showExternalAuthMethods := or .OAuth2Providers .EnableOpenIDSignIn .EnableSSPI}} {{if and $showExternalAuthMethods .EnablePasswordSignInForm}}
{{ctx.Locale.Tr "sign_in_or"}}
{{end}} {{if $showExternalAuthMethods}} {{template "user/auth/external_auth_methods" .}} {{end}}
{{if or .EnablePasskeyAuth .ShowRegistrationButton}}
{{if .EnablePasskeyAuth}} {{template "user/auth/webauthn_error" .}} {{end}} {{if .ShowRegistrationButton}}
{{ctx.Locale.Tr "auth.need_account"}} {{ctx.Locale.Tr "auth.sign_up_now"}}
{{end}}
{{end}}