{{ template "header" .}}

{{ .title }}

{{ if and .DisableSignup (not .isLoginPage) }}

{{ .locale.Tr "auth.signup-disabled" }}

{{ else }}
{{ if not .disableForm }}
{{ if .isLoginPage }}
{{ if not .DisableSignup }} {{ .locale.Tr "auth.register-instead" }} → {{ end }}
{{ else }}
{{ .locale.Tr "auth.login-instead" }} →
{{ end }} {{ .csrfHtml }}
{{ end }} {{ if or .githubOauth .giteaOauth .oidcOauth }} {{ if not .disableForm }}

{{ end }}
{{ if .githubOauth }} {{ .locale.Tr "auth.github-oauth" }} {{ end }} {{ if .giteaOauth }} {{ .locale.Tr "auth.gitea-oauth" }} {{ end }} {{ if .oidcOauth }} Continue with OpenID account {{ end }}
{{ end }}
{{ end }}
{{ template "footer" .}}