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