{{#if category.products}} {{!-- --}}
{{#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" css="--grid"}} {{else}} {{> components/products/grid products=category.products show_compare=category.show_compare theme_settings=theme_settings css="--grid"}} {{/if}} {{else}} {{#if settings.data_tag_enabled}} {{> components/products/list products=category.products show_compare=category.show_compare theme_settings=theme_settings event="list" css="--list"}} {{else}} {{> components/products/list products=category.products show_compare=category.show_compare theme_settings=theme_settings css="--list"}} {{/if}} {{/if}} {{!-- --}} {{> components/common/paginator pagination.category}} {{else}} {{lang 'categories.no_products'}} {{/if}}