@model BTCPayServer.Components.StoreNumbers.StoreNumbersViewModel
@if (Model.InitialRendering) {
Loading...
} else {
Payouts Pending
Manage
@Model.PayoutsPending
@if (Model.Transactions is not null) {
TXs in the last @Model.TransactionDays days
@if (Model.Transactions.Value > 0) { View All }
@Model.Transactions.Value
}
Refunds Issued
@Model.RefundsIssued
}