{{ define "title" }}
Group - {{ .GroupName }}
{{ end }}
{{ define "content" }}
{{- $parentGroupName := .GroupName }}
{{ .GroupName }} Group Management
{{ .Description }}
Owners
| Username |
Action |
{{- range .Owners }}
| {{ . }} |
|
{{- end }}
Members
| Username |
Action |
{{- range .Members }}
| {{ . }} |
|
{{- end }}
Transitive Groups
| Group Name |
Description |
{{- range .TransitiveGroups }}
| {{ .Name }} |
{{ .Description }} |
{{- end }}
Child Groups
| Group Name |
Description |
Action |
{{- range .ChildGroups }}
| {{ .Name }} |
{{ .Description }} |
|
{{- end }}
Owner Groups
| Group Name |
Description |
{{- range .OwnerGroups }}
| {{ .Name }} |
{{ .Description }} |
{{- end }}
{{ end }}