@using BTCPayServer.Client @model BTCPayServer.Components.StoreNumbers.StoreNumbersViewModel
@if (Model.InitialRendering) {
Loading...
} else {
@ViewLocalizer["Paid invoices in the last {0} days", @Model.TimeframeDays]
@if (Model.PaidInvoices > 0) { View All }
@Model.PaidInvoices
Payouts Pending
Manage
@Model.PayoutsPending
Refunds Issued
@Model.RefundsIssued
}