@if (siteService.isLoading()) {
{{ "common.loadingSiteData" | transloco }}
} @else if (siteService.activeSite()) {
@for (card of goalKpis(); track card.label) {
}
{{ "goals.series.title" | transloco }}
{{ "goals.series.description" | transloco }}
@if (activeGoalFilters().length) {
@for (filter of activeGoalFilters(); track filter.id) {
{{ filter.name }}
}
}
@if (hasFilters()) { @for (filter of filterChips(); track filter.type) {
{{ filter.label }}
}
} @else {
{{ "common.noActiveFilter" | transloco }}
}
} @else {
}