{{define "pool-resources"}}

Pool: {{.PoolID}}

VMID Range: {{.AllowedVMIDRange.Min}} - {{.AllowedVMIDRange.Max}}

Nodes: {{MapKeys .AllowedNodes ", "}}

Max Backups Per Instance: {{.AllowedBackups.MaxPerInstance}} Max Backups Total: {{.AllowedBackups.MaxTotal}}

{{range $category, $v := .Resources}} {{if eq $category ""}}

Generic

{{else}}

{{$category}}

{{end}}
{{range $v}} {{if .Display}} {{if eq .Type "numeric"}} {{template "resource-chart" .}} {{end}} {{if eq .Type "storage"}} {{template "resource-chart" .}} {{end}} {{if eq .Type "list"}} {{range .Resources}} {{template "resource-chart" .}} {{end}} {{end}} {{end}} {{end}}
{{end}}
{{end}}