@using BTCPayServer.Contracts @inject IEnumerable SyncSummaryProviders; @if (SyncSummaryProviders.Any(provider => !provider.AllAvailable())) { }