{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* operator_plan_ladder_detail.html Composite per-plan-ladder detail page. Addressable at /operator/plan-ladders/{ladderID}; rendered as the operator.html BodyTemplate by GetPlanLadderDetailPage and swapped into #operator-body by the in-page mutation re-renders. Built from the page-anatomy parts: the header carries the ladder's own name below the Products / Plan ladders trail; the sections (Details, Add tier, Tiers) are titled by sectionHeader outside their boxes, supplied by operator_plan_ladder_edit.html and operator_plan_ladder_tiers.html. The structural-validation strip this page once carried was retired in acceptance-fixes round 2 (design D8, operator-topology-overview "Overview surfaces structural-validation health inline"): the one check it ran is impossible under the database's exclusion constraint. */}} {{ template "pageHeader" .Header }} {{ if .Error }} {{ end }} {{ template "operator_plan_ladder_edit.html" .Edit }} {{ template "operator_plan_ladder_tiers.html" .Tiers }}