@model BTCPayServer.Models.WalletViewModels.ListWalletsViewModel @{ ViewData["Title"] = "Wallets"; }
@if (TempData.HasStatusMessage()) {
}

@ViewData["Title"]


Connect and manage wallets.

@foreach (var wallet in Model.Wallets) { @if (wallet.IsOwner) { } else { } }
Store Name Crypto Code Balance Actions
@wallet.StoreName@wallet.StoreName@wallet.CryptoCode @wallet.Balance Manage