@using BTCPayServer.Abstractions.Contracts @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @inject IScopeProvider ScopeProvider @{ var storeId = ScopeProvider.GetCurrentStoreId(); } @if (!string.IsNullOrEmpty(storeId)) { }