{{if .LinkAccountMode}} {{.i18n.Tr "auth.oauth_signup_title"}} {{else}} {{.i18n.Tr "sign_up"}} {{end}}
{{if not .LinkAccountMode}}
{{.i18n.Tr "auth.register_helper_msg"}}
{{end}}
{{.CsrfTokenHtml}} {{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeRegister)}} {{template "base/alert" .}} {{end}} {{if .DisableRegistration}}
{{.i18n.Tr "auth.disable_register_prompt"}}
{{else}}
{{if not .DisablePassword}}
{{end}} {{if and .EnableCaptcha (eq .CaptchaType "image")}}
{{.Captcha.CreateHtml}}
{{end}} {{if and .EnableCaptcha (eq .CaptchaType "recaptcha")}}
{{end}}
{{if .LinkAccountMode}} {{.i18n.Tr "auth.oauth_signup_submit"}} {{else}} {{.i18n.Tr "auth.create_new_account"}} {{end}}
{{end}}