Admin accounts on {{PrettyTitle}} are assigned permissions based on the "groups" they are in: each group relates to a specific role (such as chat moderator) and grants the specific website permissions related to that role.
@{{.User.Username}} is a member of {{len .User.AdminGroups}} admin group{{Pluralize (len .User.AdminGroups)}}:
{{if eq (len .User.AdminGroups) 0}}{{.Name}}
Permission scopes:
-
{{range .Scopes}}
- {{.Scope}} {{if eq .Scope "*"}} (wildcard scope that grants all permissions) {{end}}
- {{AdminScopeDescription .Scope}} {{end}}