{* category view *}
{$selected_category[9]}
{* description *}
{if $selected_category[2] || $selected_category[3]}
{if $selected_category[3]}{$selected_category[1]}{/if} {$selected_category[2]}
{/if}
{include file="subcateg.tpl.html"} {* sort odrer *}
{$smarty.const.SORT}:  
{* eof sort order *} {if $products_to_show_count ne NULL}

{$catalog_navigator}


{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.tpl.html" product_info=$products_to_show[i1] options=$options}

{$catalog_navigator}

{else}

{$smarty.const.STRING_EMPTY_CATEGORY}

{/if}