{{template "main-top" .}}

{{t "RegistrationUser.Title"}}

{{if .OrgRegister}}

{{t "RegistrationUser.DescriptionOrgRegister"}}

{{ else}}

{{t "RegistrationUser.Description"}}

{{end}}
{{ .CSRF }}
{{if .ShowUsername}}
{{if .ShowUsernameSuffix}} @{{.PrimaryDomain}} {{end}}
{{end}}
{{ template "password-complexity-policy-description" . }}
{{ if or .TOSLink .PrivacyLink }}
{{ end }}
{{template "error-message" .}}
{{t "RegistrationUser.BackButtonText"}}
{{template "main-bottom" .}}