@if (noSite()) {

{{ "common.noSiteSelected" | transloco }}

{{ "events.noSiteDescription" | transloco }}

} @else {
@if (option.isAutomatic) { } {{ option.label }} @if (option.isAutomatic) { {{ 'events.automatic.badge' | transloco }} } @if (option.isAutomatic) { } {{ option.label }} @if (option.isAutomatic) { {{ 'events.automatic.badge' | transloco }} }

{{ "events.series.title" | transloco }}

@if (hasActiveFilters()) { {{ "dashboard.filteredBadge" | transloco }} }

{{ "events.series.description" | transloco }}

@if (selectedEvent()) {
@if (isLoadingEventSeries()) { } @else {
{{ totalEventCountDisplay() }}
@if (totalEventDelta() !== null) { {{ totalEventDeltaLabel() }} }
{{ 'events.kpis.totalEvents' | transloco }}
}
}
@if (hasActiveFilters()) { @for (chip of filterChips(); track chip.key) { {{ chip.label }} } } @else { {{ "common.noActiveFilter" | transloco }} }
@if (!selectedEvent()) {

{{ 'events.breakdown.selectEventFirst' | transloco }}

} @else { @if ((audience()?.imported_excluded?.length ?? 0) > 0) { {{ "events.importedLimitations.title" | transloco }} @for (reason of audience()?.imported_excluded ?? []; track reason.reason + reason.detail) { {{ reason.detail || reason.reason }} } } } }