{{#if category.products}} {{> components/products/filter sort=pagination.category.sort}}
{{#if theme_settings.product_list_display_mode '===' 'grid'}} {{#if settings.data_tag_enabled}} {{> components/products/grid products=category.products show_compare=category.show_compare theme_settings=theme_settings event="list" }} {{else}} {{> components/products/grid products=category.products show_compare=category.show_compare theme_settings=theme_settings}} {{/if}} {{else}} {{#if settings.data_tag_enabled}} {{> components/products/list products=category.products show_compare=category.show_compare theme_settings=theme_settings event="list" }} {{else}} {{> components/products/list products=category.products show_compare=category.show_compare theme_settings=theme_settings}} {{/if}} {{/if}}
{{> components/common/paginator pagination.category}} {{else}} {{/if}}