@if (noSite()) {
{{ "common.noSiteSelected" | transloco }}
{{ "aiVisibility.noSiteDescription" | transloco }}
} @else {
@for (card of primaryKpiCards(); track card.label) {
}
{{ "aiVisibility.chart.title" | transloco }}
@if (filterChips().length > 0) {
{{ "dashboard.filteredBadge" | transloco }}
}
{{ "aiVisibility.chart.description" | transloco }}
@for (stat of healthStats(); track stat.label) {
- {{ stat.label }}
-
@if (stat.loading) {
} @else { {{ stat.value }} }
}
@if (filterChips().length > 0) { @for (chip of filterChips(); track chip.key) {
{{ chip.label }}
}
} @else {
{{ "common.noActiveFilter" | transloco }}
}
@if (exportState() === "success") {
{{ "aiVisibility.exportStatus.success" | transloco }}
} @if (exportState() === "error") {
{{ "aiVisibility.exportStatus.error" | transloco }}
}
@for (stat of correlationSummaryStats(); track stat.label) {
- {{ stat.label }}
-
@if (stat.loading) {
} @else { {{ stat.value }} }
}
}