@using BTCPayServer.Services.Wallets @model BTCPayServer.Components.StoreWalletBalance.StoreWalletBalanceViewModel
Wallet Balance
@if (Model.CryptoCode != Model.DefaultCurrency) {
}
@if (Model.Balance is not null) {

@Model.Balance

@Model.CryptoCode

@Model.DefaultCurrency
}