{{define "title"}}Add Admin{{end}} {{define "page_title"}}Add Admin{{end}} {{define "content"}}
Add a new admin
At least 10 characters, with a letter, a number, and a symbol. They'll be asked to change it on first login.
{{if .can_grant_global}}
Full access to every domain, sender, and setting — same as your own account. Leave unchecked to scope this admin to specific domains below.
{{end}}
{{if .domains}}
{{range .domains}}
{{end}}
{{else}}

You don't manage any domains yet to delegate.

{{end}}
Back
{{end}} {{define "extra_js"}} {{if .can_grant_global}} {{end}} {{end}}