{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* member_invoice_detail.html One invoice's detail, swapped into #billing-content in place of the invoices list. It replaces the Invoices section, so its title is that section's title and comes from sectionHeader (overview-consistency D9); the status badge sits on the line below with the Stripe number and the period. The back control is a swap, not navigation (the URL never changes), so it stays a link-styled button rather than a location trail. States render through statusBadge. */}}
No line items recorded for this invoice.
{{ else }}| Description | Qty | Amount |
|---|---|---|
| {{ if .Description }}{{ .Description }}{{ else }}—{{ end }} | {{ .Quantity }} | {{ .Amount }} |
No payments recorded.
{{ else }}| Date | Amount | Status |
|---|---|---|
| {{ .Date }} | {{ .Amount }} | {{ template "statusBadge" .StatusBadge }} |