{{define "title"}}Manage Admins{{end}} {{define "page_title"}}Manage Admins{{end}} {{define "content"}}
| Username | Role | Domains | Created | Actions |
|---|---|---|---|---|
| {{$u.Username}} | {{if $u.IsGlobalAdmin}}Global Admin {{else}}Scoped Admin{{end}} | {{if $u.IsGlobalAdmin}}All domains {{else if .domain_names}}{{range .domain_names}}{{.}}{{end}} {{else}}None assigned{{end}} | {{strftime "%Y-%m-%d %H:%M" $u.CreatedAt}} | {{if eq $u.ID $.current_user_id}} This is you {{else}} {{end}} |
Add an admin and assign them the domains they should manage
Add Your First Admin