Collection/{{ LocaFrontend .Col.Displayname }}

→ Show in Index

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 }}

Objects

{{ template "object_list" (dict "objectList" .Objects "standardLangs" .StandardLangs) }}

Rights

{{ template "right_list" .Col.RightList }}

Compiled Rights

{{ template "right_list" .Col.CompiledRightList }} {{ if .WhoSelect.CurrentWho }}

User Rights

{{ template "right_list" .Col.UserRightList }}

Generated Rights

{{ template "right_map" .Col.GeneratedRights }} {{ end }}

API

{{ template "jsontree" .Col.DebugApi }}

API Index

{{ template "jsontree" Marshal .Col.ObjectToApiIndex }}