<{if $block.category}> <{foreach from=$block.category.parent item="parent" key="count"}> <{if ($count+1) is div by $block.cols}> <{/if}> <{/foreach}>
 <{$parent.title}>  ( <{$parent.files}> )
<{if $block.intree}> <{foreach from=$parent.child item="child"}>
 <{$child.title}>  ( <{$child.files}> )
<{/foreach}>
( <{$block.lang_total}><{$parent.total_files}> )
<{/if}>
<{/if}>