Plan topology

The whole plan catalog at a glance — the operator mirror of what members see. Ladders are columns in member-facing order (by sort order); ranks are rows. Drag a ladder column by its handle (⣿) to reorder; all other links drill into the existing ladder, tier, and product management screens.

{{ if .Error }} {{ else }} {{ if .NothingToValidate }} {{ else if or (gt (len .Health.OrphanProducts) 0) (gt (len .Health.MultiActivePools) 0) (gt (len .Health.MalformedRankLadders) 0) }} {{ else }} {{ end }} {{ if eq (len .Ladders) 0 }}

No plan ladders configured yet.

{{ else }}
{{ range .Ladders }} {{ end }} {{ if eq (len .Rows) 0 }} {{ else }} {{ range .Rows }} {{ range .Cells }} {{ end }} {{ end }} {{ end }}
Rank {{ .Name }}
{{ .LadderKey }}
{{ .ActiveAttachmentCount }} enrolled
No tiers configured on any ladder.
{{ .Rank }} {{ if .Present }} {{ .ProductName }} {{ if .Shared }} shared{{ end }} {{ if ne .LifecycleStatus "published" }} {{ .LifecycleStatus }}{{ end }} {{ else }} {{ end }}
{{ end }}

Off-ladder products

{{ if eq (len .Addons) 0 }}

No off-ladder products.

{{ else }} {{ end }}

Shared products (tiers in more than one ladder)

{{ if eq (len .SharedProducts) 0 }}

No products are shared across ladders.

{{ else }} {{ end }}

What new organizations get

{{ if eq (len .OrgTypes) 0 }}

No org types configured.

{{ else }}
{{ range .OrgTypes }} {{ end }}
Org type New orgs are provisioned
{{ .DisplayName }} {{ if .HasDefault }} {{ .LadderName }} @ rank-0 {{ .RankZeroProduct }} {{ else }} No default (off-ladder) {{ end }}
{{ end }} {{ end }}