{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* operator_plan_ladder_tier_removal_message.html The removal preview's narrative, rendered through Binding.Message into the preview form's own box (design D10's preview idiom): who holds the tier and how each position resolves. Context: *server.PendingTierRemoval. Rendered as a fragment (SafeTemplates.Fragment) by operator_plan_ladders.go, never called directly by a page. */}}
Removing {{ .ProductName }} from this ladder: preview, nothing removed yet.
{{ if .PromotedName }}{{ .PromotedName }} becomes the rank-0 tier{{ if .PromotedForTypes }}, what new {{ range $i, $n := .PromotedForTypes }}{{ if $i }}, {{ end }}{{ $n }}{{ end }} organizations start on{{ end }}.
{{ end }} {{ with .RuleLessWarning }} {{/* The rule-less warning (design.md M1), beside the promoted-rank-0 note rather than replacing it. The commit stays enabled under every disposition. */}}{{ . }}
{{ end }}