{{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}}

{{.CsrfTokenHtml}}
{{if or (not .DisablePassword) .LinkAccountMode}}
{{end}} {{if not .LinkAccountMode}}
{{end}} {{template "user/auth/captcha" .}}
{{ctx.Locale.Tr "auth.forgot_password"}}
{{if .ShowRegistrationButton}} {{end}} {{if or .OAuth2Providers .EnableOpenIDSignIn}} {{template "user/auth/oauth_container" .}} {{end}}