{{template "base/head" .}}
{{template "user/auth/signin_navbar" .}}
{{template "base/alert" .}}

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

{{if .ShowRegistrationButton}} {{end}}
{{.CsrfTokenHtml}} {{if .EnablePhone }}
{{template "user/auth/phone_verify" .}}
{{end}}
{{template "base/footer" .}}