@using BTCPayServer.Client @using BTCPayServer.Components.MainNav @using BTCPayServer.Plugins.PointOfSale @using BTCPayServer.Plugins.Subscriptions @using BTCPayServer.Services.Apps @using BTCPayServer.Views.Apps @using Microsoft.AspNetCore.Mvc.Razor @model BTCPayServer.Components.MainNav.MainNavViewModel @{ var store = Context.GetStoreData(); } @if (store != null) { var appType = SubscriptionsAppType.AppType; var apps = Model.Apps.Where(app => app.AppType == appType).ToList();