{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* operator_plan_ladders.html Plan ladders list body partial for GET /operator/plan-ladders (a catalog surface below the Products rail entry: trail plus the shared catalog pill row), dispatched by GetPlanLaddersPage. Built from the page-anatomy parts. Map-first (ux-ia-naming 2.2): the cross-ladder topology overview opens the page. Rows navigate through the ladder's name (chrome-conventions "Row navigation is the primary column's link"). Ladder creation has a page of its own, reached from the ladder list's section header (design D20, round 4: "record creation gets its own page"). */}} {{ template "pageHeader" .Header }} {{ template "catalogPills" "plan-ladders" }} {{ if .Error }}
| Name | Tiers | Active positions | Actions |
|---|---|---|---|
| {{ .Name }} | {{ .TierCount }} | {{ if gt .ActiveAttachmentCount 0 }}{{ .ActiveAttachmentCount }}{{ else }}0{{ end }} | {{ if gt .ActiveAttachmentCount 0 }} {{ template "disabledControl" .DeleteControl }} {{ else }} {{ end }} |