@using BTCPayServer.Services @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Components.LabelManager @model ListTransactionsViewModel @{ var walletId = Context.GetRouteValue("walletId").ToString(); } @foreach (var transaction in Model.Transactions) {