{{#if category.products}}
{{#lt pagination.category.end category.total_products }} {{pagination.category.end}} of {{category.total_products}} Items {{else}} {{#if pagination.category.start}} {{category.total_products}} of {{category.total_products}} Items {{/if}} {{/lt}}
{{> components/products/filter sort=pagination.category.sort}}
{{#if false}} {{/if}}
{{> components/products/grid products=category.products show_compare=category.show_compare theme_settings=theme_settings event="list" }}
{{> components/products/list products=category.products show_compare=category.show_compare theme_settings=theme_settings event="list" }}
{{> components/common/paginator pagination.category theme_settings=theme_settings}} {{else}} {{#if category.search_error}}

{{lang 'search.errorMessage'}}

{{else}}

{{lang 'categories.no_products'}}

{{/if}} {{/if}}