@using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.TagHelpers @using BTCPayServer.Views.Apps @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Services.Apps @model BTCPayServer.Components.MainNav.StoreApp @{ var store = Context.GetStoreData(); } @if (store != null && Model.AppType == AppType.Crowdfund) {