{{/* 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). */}}
{{ 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 }}