{{ 'XTREAM.CATEGORY_MANAGEMENT.TITLE' | translate }}

@if (isLoading()) {

{{ 'XTREAM.CATEGORY_MANAGEMENT.LOADING' | translate }}

} @else {
{{ 'XTREAM.CATEGORY_MANAGEMENT.SELECTED' | translate }}: {{ selectedCount() }} / {{ totalCount() }}
@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 }} }
}
}