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

@Model.Balance

@Model.CryptoCode
}