{* $Id: categories_tree_nojs.tpl 1500 2006-03-30 13:26:09Z zeke $ *} {foreach from=$categories_tree item=cur_cat} {if $header} {assign var="header" value=""} {/if} {math equation="x*14" x=$level assign="shift"}
{$lang.position_short}
{$lang.expand_collapse_list} {$lang.expand_collapse_list} {$lang.categories}
{$lang.products} {$lang.avail}
{if $cur_cat.has_children && !$cur_cat.subcategories} {$lang.expand_sublist_of_items} {elseif $cur_cat.has_children && $cur_cat.subcategories} {else} {/if} {$cur_cat.category}{if $cur_cat.avail == "N"} - [{$lang.disabled}]{/if}  {$lang.add_subcat}    {$lang.delete} 
  {$cur_cat.product_count}   {$lang.add}  
{if $cur_cat.subcategories} {math equation="x+1" x=$level assign="level"} {include file="categories_pages/categories_tree_nojs.tpl" categories_tree=$cur_cat.subcategories parent_id=$cur_cat.category_id} {math equation="x-1" x=$level assign="level"} {/if} {/foreach}