@if (noSite()) {
{{ "common.noSiteSelected" | transloco }}
{{ "aiChatbots.noSiteDescription" | transloco }}
} @else {
@for (card of kpiCards(); track card.label) {
}
{{ "aiChatbots.chart.title" | transloco }}
@if (filterChips().length > 0) {
{{ "dashboard.filteredBadge" | transloco }}
}
{{ "aiChatbots.chart.description" | transloco }}
@if (filterChips().length > 0) { @for (chip of filterChips(); track chip.key) {
{{ chip.label }}
}
} @else {
{{ "common.noActiveFilter" | transloco }}
}
@if (exportState() === "success") {
{{ "aiChatbots.exportStatus.success" | transloco }}
} @if (exportState() === "error") {
{{ "aiChatbots.exportStatus.error" | transloco }}
}
}