@using BTCPayServer.Services; @using BTCPayServer.Views.Stores @using BTCPayServer.Client @using BTCPayServer.Views.Wallets @using BTCPayServer.Abstractions.Extensions @inject DisplayFormatter DisplayFormatter @model BTCPayServer.Components.WalletNav.WalletNavViewModel

@Model.Label

@DisplayFormatter.Currency(Model.Balance, Model.Network.CryptoCode) @if (!string.IsNullOrEmpty(Model.BalanceDefaultCurrency)) { (@DisplayFormatter.Currency(Model.BalanceDefaultCurrency, Model.DefaultCurrency)) }
@if (!Model.Network.ReadonlyWallet) { Send } Receive