@if(style() === 'vertical'){

{{ title ? title : 'categories' | translate }}

@if(categories && categories.length){ } @if(!(categories && categories.length)){ }
} @if(style() === 'classic_vertical'){

{{ 'back' | translate }}

@if(categories && categories.length){ } @if(!(categories && categories.length)) { }
} @if(style() === 'horizontal'){
@for(category of categories; track category){ @if(theme() === 'paris'){
{{ category.name }}
} @if(theme() === 'madrid'){
} @if(theme() === 'rome'){
{{ category.name }}
}
}
@if(!(categories && categories.length)){ }
} @if(style() === 'classic'){
@for(category of categories; track category){
{{ category.name }}
}
@if(!(categories && categories.length)){ }
} @if(categories && categories.length && style() === 'filter'){ } @if(categories && categories.length && style() === 'dropdown'){ } @if(!(categories && categories.length) && style() === 'dropdown') { } @if(style() === 'input_dropdown'){ } @if(theme() === 'moscow'){

{{ title }}

@for(category of categories; track category){ }
} @if(theme() === 'cairo'){
@for(category of categories; track category){ {{ category.name }} }
} @if(style() === 'cairo_classic'){
@for(category of categories; track category){ }
}