@for (saved of savedSearches(); track saved.id) {
}
}
{{ state().category?.title || ('catalog.allCategories' | translate) }}
{{ 'catalog.categoryHint' | translate }} • {{ 'catalog.entriesCount' | translate:{ count: categories().length } }}
@for (subcategory of subcategoryChips(); track subcategory.id) {
}
}
@if (categories().length > 0) {
@if (showMobileToolbar()) {
}
@if (showCatalogTools()) {
}
}
@if (catalogConfig().navigationMode !== 'default') {
}
@if (offlineState()) {
} @else if (loadingProducts()) {
} @else if (isEmptyCategoryState()) {
} @else if (isFilteredEmptyState()) {
@if (isDrawerLayout()) {
}
} @else {
}
@if (isDrawerLayout() && !isMobile()) {
}
@if (!isMobile()) {
}
@if (userExperienceConfig().savedSearches.enabled) {
}
@if (!isMobile()) {