@model BTCPayServer.Models.WalletViewModels.ListWalletsViewModel @{ ViewData["Title"] = "Wallets"; }

@ViewData["Title"]


Create 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