{**$categories|print_r**}
{literal}
{/literal}
{assign var="count3" value=0}
{foreach from=$categories item="category" name="cat"}
{if $category.parent == 69}
-
{$category.name} {if !empty($category.children)} ยป {/if}
{math equation="x+1" assign="count3" x=$count3}
{if !empty($category.children)}
{*$category.children|@print_r*}
{assign var="categories" value=$category.children}
{include file="templates/panels/includes/panel-catalog-categories-item2.html"}
{/if}
{/if}
{/foreach}