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 }}
{{ $ot.Table.Name}} | {{ template "bucket_list" $masks }} |
{{ end }}
|
Path |
{{ if .Pool.Parent }}
{{ range $idx, $pool := .Pool.Path }}
{{ if gt $idx 0 }} > {{ end }}
{{ index $pool.Name "de-DE" }}
{{ end }}
{{ else }}
-
{{ end }}
|