{{/* operator_billing.html MPA wrapper for the four billing sub-views. Dispatched from /operator/billing/{accounts,subscriptions,invoices,payments} by GetBillingXPage handlers in operator_pages.go. Renders the shared sub-pill nav and delegates to .InnerTemplate / .InnerData via renderBody (template func registered in NewOperatorPartialsHandler). */}}

Billing

{{ if .NoEventsProcessed }} No billing events have been received. These views project from processed Stripe webhook events; once one arrives, this line will show when. {{ else }} Data as of {{ .DataAsOf }}, the most recent processed billing event. Anything since then has not reached this view yet. {{ end }}

Stripe Sync shows whether a row has a linked Stripe object. Not Mapped means no Stripe object is linked yet; that is expected when Stripe is not configured for this deployment or a sync has not run. If you expect a record to be synced, check its sync status or the Stripe integration settings before assuming something is broken.
{{ renderBody .InnerTemplate .InnerData }}