{literal} {/literal}
{$smarty.const.STRING_ADVANCED_SEACH_TITLE}
{if $products_to_show_count>$smarty.const.CONF_PRODUCTS_PER_PAGE}

{section name=foo start=1 loop=$products_to_show_count step=$smarty.const.CONF_PRODUCTS_PER_PAGE} {$smarty.section.foo.iteration} {/section}

{/if}
{$smarty.const.ADMIN_CATEGORY_TITLE_PR}: {$smarty.const.STRING_SEARCH_IN_SUBCATEGORIES}
{$smarty.const.STRING_phrase_SEARCH}:
{$smarty.const.TABLE_PRODUCT_COST}:

{foreach from=$options_search item=option key=key}

{$option.name} {if (count($option.variant)>1)} {else} {$option.variant[0].name}

{/if} {/foreach}

{if isset($products_to_show_count)}

{$catalog_navigator}


{section name=i1 loop=$products_to_show} {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} {/if}
{include file="product_brief.tpl.html" product_info=$products_to_show[i1] options=$options}