internal/api/ui/login/static/templates/register.html
{{template "main-top" .}}
{{if .OrgRegister}}
{{t "RegistrationUser.DescriptionOrgRegister"}}
{{ else}}
{{t "RegistrationUser.Description"}}
{{end}} {{ .CSRF }}
{{t "RegistrationUser.FirstnameLabel"}}
{{t "RegistrationUser.LastnameLabel"}}
{{t "RegistrationUser.EmailLabel"}} {{if .ShowUsername}} {{t "RegistrationUser.UsernameLabel"}} {{if .ShowUsernameSuffix}} @{{.PrimaryDomain}} {{end}}
{{end}}
{{t "RegistrationUser.PasswordLabel"}}
{{t "RegistrationUser.PasswordConfirmLabel"}}
{{ template "password-complexity-policy-description" . }}
{{ if or .TOSLink .PrivacyLink }}
{{t "RegistrationUser.TosAndPrivacyLabel"}} {{ if .TOSLink }}
{{t "RegistrationUser.TosConfirm"}} {{t "RegistrationUser.TosLinkText"}}
{{end}} {{ if and .TOSLink .PrivacyLink }}
{{end}} {{ if .PrivacyLink }}
{{t "RegistrationUser.PrivacyConfirm"}} {{t "RegistrationUser.PrivacyLinkText"}}
{{end}}
{{ end }}
{{template "error-message" .}}
{{t "RegistrationUser.NextButtonText"}}
{{template "main-bottom" .}}