@for (category of filteredCategories(); track category.id) {
{{ category.name }}
({{ getItemCount(category) }})
} @empty {
@if (searchTerm()) {
{{
'XTREAM.CATEGORY_MANAGEMENT.NO_RESULTS' | translate
}}
} @else {
{{
'XTREAM.CATEGORY_MANAGEMENT.NO_CATEGORIES'
| translate
}}
}
}
}