{*Smarty template*}
{if is_array($structure.treedata)} {foreach from=$structure.treedata item=o}
{$structure.treedata.type} {if $structure.treedata.tree} {str_repeat str=' ' count=3} {else} {str_repeat str='  ' count=$o.level} {/if} [{$o.name}]
{/foreach} {/if}