{{ .locale.Tr "auth.signup-disabled" }}
{{ else }}
{{ if not .disableForm }}
{{ end }}
{{ if or .githubOauth .gitlabOauth .giteaOauth .oidcOauth }}
{{ if not .disableForm }}
{{ end }}
{{ end }}
{{ if .githubOauth }}
{{ .locale.Tr "auth.oauth" "GitHub"}}
{{ end }}
{{ if .gitlabOauth }}
{{ .locale.Tr "auth.oauth" .c.GitLabName}}
{{ end }}
{{ if .giteaOauth }}
{{ .locale.Tr "auth.oauth" .c.GiteaName }}
{{ end }}
{{ if .oidcOauth }}
Continue with OpenID account
{{ end }}
{{ end }}