@using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Services @inject DisplayFormatter DisplayFormatter @model BTCPayServer.Components.StoreRecentTransactions.StoreRecentTransactionsViewModel
| Date | Transaction | Labels | Amount | |
|---|---|---|---|---|
| @tx.Timestamp.ToTimeAgo() |
|
@if (tx.Labels.Any()) { } | @if (tx.Positive) {@DisplayFormatter.Currency(tx.Balance, tx.Currency) | } else {@DisplayFormatter.Currency(tx.Balance, tx.Currency) | }
There are no recent transactions.
}