{{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}}
您的好友
Itx003
邀请你加入启智社区AI协作平台,畅享充沛的免费算力资源!
{{if not .DisablePassword}}
{{end}} {{if and .EnableCaptcha (eq .CaptchaType "image")}}
{{.Captcha.CreateHtml}}
{{end}} {{if and .EnableCaptcha (eq .CaptchaType "recaptcha")}}
{{end}} {{if .EnablePhone }}
{{template "user/auth/phone_verify" .}}
{{end}}
推荐人
{{.i18n.Tr "use_and_privacy_agree" "/home/term" "/home/privacy" | Safe}}
{{if .LinkAccountMode}} {{.i18n.Tr "auth.oauth_signup_submit"}} {{else}} {{.i18n.Tr "auth.create_new_account"}} {{end}}
{{end}}