{* category view *}

{if $selected_category.picture} {/if}
{$selected_category.name} {$smarty.const.LINK_TO_HOMEPAGE} {section name=i loop=$product_category_path} {if $product_category_path[i].categoryID != 1} / {$product_category_path[i].name} {/if} {/section}

{if $allow_products_search}

{include file="advanced_search_in_category.tpl.html"}
{/if} {* description *} {$selected_category.description}

{* show subcategories *} {section name=i loop=$subcategories_to_be_shown} {$subcategories_to_be_shown[i][1]} ({$subcategories_to_be_shown[i][2]})
{/section}

{if $products_to_show}
{include file="comparison_products_buttonup.tpl.html"}
{$string_product_sort}

{$catalog_navigator}
{literal} {/literal} {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 $smarty.section.i1.index > $smarty.const.CONF_COLUMNS_PER_PAGE-1}

 

{/if} {include file="product_brief.tpl.html" product_info=$products_to_show[i1]}
{$catalog_navigator}
{include file="comparison_products_buttondown.tpl.html"}
{else}

{if $search_with_change_category_ability && !$advanced_search_in_category}   {else} {if $advanced_search_in_category}     < {$smarty.const.STRING_EMPTY_SEARCH_RESULT} > {else}     < {$smarty.const.STRING_EMPTY_CATEGORY} > {/if} {/if} {/if}