@using BTCPayServer.Client @using BTCPayServer.Plugins.Subscriptions @model BTCPayServer.Components.MainNav.MainNavViewModel @{ var store = Model.Store; } @if (store != null) { var appType = SubscriptionsAppType.AppType; var apps = Model.Apps.Where(app => app.AppType == appType).ToList();