Collection | {{ .Col.Id }} |
Version | {{ .Col.Version }} |
Displayname | {{ template "key_value" .Col.Displayname }} |
Description | {{ template "key_value" .Col.Description }} |
Has Children | |
Is System Collection | |
Objects Allowed | |
Children Allowed | |
Shortname | {{ .Col.Shortname }} |
Reference | {{ .Col.Reference }} |
UUID | {{ .Col.UUID }} |
Owner | {{ .Col.Owner }} |
Count | {{ .Col.ObjectCount }} |
Type | {{ .Col.Type }} |
Path |
{{ if .Col.Parent }}
{{ range $idx, $col := .Col.Path }}
{{ if gt $idx 0 }} > {{ end }}
{{ index $col.Displayname "de-DE" }}
{{ end }}
{{ else }}
-
{{ end }}
|
Create Object |
{{ template "json" .Col.CreateObject.ObjectToApiDump }}
|
Create Object Compiled |
{{ template "json" .Col.CompileCreateObject.ObjectToApiDump }}
|
Private ACL | |
Invalid ACL | |
Created At | {{ Datetime .Col.CreatedAt }} |
Updated At | {{ Datetime .Col.UpdatedAt }} |
Level | {{ .Col.Level }} |