{$node.name|escape:'htmlall':'UTF-8'}
{if $node.children|@count > 0}
{foreach from=$node.children item=child name=categoryTreeBranch}
{if $smarty.foreach.categoryTreeBranch.last}
{include file=$tpl_dir./category-tree-branch.tpl node=$child last='true'}
{else}
{include file=$tpl_dir./category-tree-branch.tpl node=$child last='false'}
{/if}
{/foreach}
{/if}