{{ title }}

@if (categoryTitle) {

{{ categoryTitle }}

}

{{ message }}

@if (actionLabel) { } @if (secondaryActionLabel) { } @if (variant === 'filtered' && popularCategories.length > 0) {
{{ 'search.popularCategories' | translate }}
@for (category of popularCategories; track category.id) { }
} @if (variant === 'filtered' && popularSearches.length > 0) {
{{ 'catalog.popularSearchesTitle' | translate }}
@for (entry of popularSearches; track $index) { }
} @if (variant === 'filtered' && recommendedProducts.length > 0) {
{{ 'search.recommendedProducts' | translate }}
@for (product of recommendedProducts; track product.itemID) { }
}