@if (searchText().length > 0) {
}
@for (chip of statusChips(); track chip.status) {
}
@if (activeCount() > 0 || terminalCount() > 0) {
@if (activeCount() > 0) {
}
@if (failedCount() > 0) {
}
@if (terminalCount() > 0) {
}
}
@if (filteredRows().length === 0) {