{* simple search *}
{if $products_to_show_count > 0}

{"srch_found"|translate} {$products_found} {"srch_products_plural"|translate}

{if $string_product_sort}

{$string_product_sort}

{/if} {* @features "Products comparison" *} {if $smarty.const.CONF_ALLOW_COMPARISON_FOR_SIMPLE_SEARCH} {include file="comparison_products_button.html"} {/if} {* @features *} {if $search_navigator}

{$search_navigator}

{/if} {section name=i1 loop=$products_to_show max=$products_to_show_count} {if $smarty.section.i1.index is div by $smarty.const.CONF_COLUMNS_PER_PAGE}{/if} {if ($smarty.section.i1.index+1) is div by $smarty.const.CONF_COLUMNS_PER_PAGE}{/if} {/section}
{include file="product_brief.html" product_info=$products_to_show[i1]}
{if $search_navigator}

{$search_navigator}

{/if} {* @features "Products comparison" *} {if $smarty.const.CONF_ALLOW_COMPARISON_FOR_SIMPLE_SEARCH} {include file="comparison_products_button.html"} {/if} {* @features *} {else}

{"srch_no_matches_found"|translate} {/if}