{{ define "collection" }} {{ if .HasChildren }} ▶︎ {{ end }} {{ LocaFrontend .Displayname }} {{ .Id }} {{ .Reference }} {{ if and .Owner .Owner.User }} {{ .Owner }} {{ end }} {{ if .IsSystemCollection}} system {{ else }} {{ .Type }} {{ end }} {{ .UUID }} {{ .ObjectCount }} {{ range $idx, $child := Deref .Children }} {{ template "collection" $child }} {{ end }} {{ end }}

Collections

{{ range $idx, $col := .Cols }} {{ if not $col.IdParent }} {{ template "collection" $col }} {{ end }} {{ end }}
Name ID Reference Owner Type Invalid ACL UUID Count