@using BTCPayServer.Abstractions.TagHelpers @using BTCPayServer.Client.Models @using BTCPayServer.TagHelpers @model BTCPayServer.Components.StoreWalletBalance.StoreWalletBalanceViewModel
Wallet Balance
@if (Model.CryptoCode != Model.DefaultCurrency) {
}
@if (Model.Balance != null) {

@Model.Balance

@Model.CryptoCode
} @if (Model.Series != null) {
}
@if (Model.Series != null) {
} else if (Model.MissingWalletConfig) {

We would like to show you a chart of your balance but you have not yet configured a wallet.

} else {

We would like to show you a chart of your balance. Please set NBXPlorer's PostgreSQL connection string to make this data available.

}