{{template "base" .}} {{define "title"}}Create Account — Arcline IT Client Portal{{end}} {{define "content"}}
$ arcline-billing --register

Create your account

{{if .Error}}
{{if eq .Error "missing_fields"}}Please fill in all required fields. {{else if eq .Error "password_mismatch"}}Passwords do not match. {{else if eq .Error "password_too_short"}}Password must be at least 8 characters. {{else if eq .Error "email_taken"}}An account with that email already exists. {{else if eq .Error "server_error"}}A server error occurred. Please try again. {{else}}An error occurred. Please try again.{{end}}
{{end}}
{{end}}