{{ if .Error }} {{ end }} {{ template "operator_plan_ladder_edit.html" .Edit }} {{ template "operator_plan_ladder_tiers.html" .Tiers }}

Structural validation

{{ if eq (len .Validation.MultiActivePools) 0 }} {{ else }} {{ if gt (len .Validation.MultiActivePools) 0 }}

Multi-active attachments

Pools with multiple active attachments on this ladder (should be impossible under the GiST exclusion).

{{ range .Validation.MultiActivePools }} {{ end }}
Pool ID Active Count
{{ .PoolID }} {{ .ActiveCount }}
{{ end }} {{ end }}