{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* member_plans.html The Products page's Plans region: one bordered group per ladder, tier cards inside, the switch preview banner, and the plan cancel (through the shared confirm modal; design-system.md ยง3 bans hx-confirm). Badges render through statusBadge; the cancel chip carries the date itself, which is the fact a member needs. */}} {{ if .Error }}
Billing details are still being processed.
{{ else if .BillingPriceText }}{{ .BillingPriceText }}, renews {{ .BillingRenewsOn }}
{{ end }} {{ else if .NoPriceTier }}Included
{{ else if .PriceText }}{{ .PriceText }}
{{ end }} {{ if .Description }}{{ .Description }}
{{ end }}