Structural validation
{{ if eq (len .Validation.MultiActivePools) 0 }}
No structural issues for this ladder.
{{ 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).
| Pool ID |
Active Count |
{{ range .Validation.MultiActivePools }}
{{ .PoolID }} |
{{ .ActiveCount }} |
{{ end }}
{{ end }}
{{ end }}