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