@model BTCPayServer.Models.WalletViewModels.ListWalletsViewModel
@{
ViewData.SetActivePageAndTitle(WalletsNavPages.Index, "Wallets");
}
| Store Name | Crypto Code | Balance | Actions | |
|---|---|---|---|---|
| @wallet.StoreName | } else {@wallet.StoreName | }@wallet.CryptoCode | @wallet.Balance | Manage |
There are no wallets yet. You can add wallets in the store setup.
}