Pool/{{ LocaFrontend .Pool.Name }}

→ Show in Index

ID{{ .Pool.Id }}
Version{{ .Pool.Version }}
Name{{ template "key_value" .Pool.Name }}
Private ACL{{ .Pool.PrivateAcl }}
Private Tags{{ .Pool.PrivateTags }}
Is System Pool{{ .Pool.IsSystemPool }}
Private Transitions{{ .Pool.PrivateTransitions }}
Has Children{{ .Pool.HasChildren }}
Reference{{ .Pool.Reference }}
Shortname{{ .Pool.Shortname }}
Contact {{ if .Pool.ContactUser }} {{ .Pool.ContactUser }} {{ else }} No contact {{ end }}
Standard Masks{{ template "json" .Pool.PoolApi.StandardMasks }}
Preferred Masks {{ range $ot, $masks := .Pool.OtPreferredMasks }} {{ end }}
{{ $ot.Table.Name}}{{ template "bucket_list" $masks }}
Path {{ if .Pool.Parent }} {{ range $idx, $pool := .Pool.Path }} {{ if gt $idx 0 }} > {{ end }} {{ index $pool.Name "de-DE" }} {{ end }} {{ else }} - {{ end }}

ACL

{{ template "right_list" .Pool.RightList }}

Compiled ACL

{{ template "right_list" .Pool.CompiledRightList }}

Compiled Tags

{{ template "tag_list" .Pool.Pool.CompiledTags }} {{ if .WhoSelect.CurrentWho }}

User Rights

{{ template "right_list" .Pool.UserRightList }}

Generated Rights

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

API

{{ template "jsontree" .Pool.DebugApi }}

API Index

{{ template "jsontree" (Marshal .Pool.ObjectToApiIndex) }}