{if !$products}
{if !empty($filters)}
[`No products were found.`]
{else}
[`This category does not contain any products.`]
{/if}
{else}
{include file='list-thumbs.html' sorting=!empty($category.params.enable_sorting)}
{*
or use the line below to change product list view
{include file='list-table.html' sorting=!empty($category.params.enable_sorting)}
*}
{/if}