#macro lookupTree parentId='' deep=1>
<@_sysModuleList advanced=true parentId=parentId count=500>
<#list page.list as a>
<#if (a.attached)?has_content>#if> <@t.menu a.id/>
<#if deep lte 2>
<@lookupTree a.id deep+1/>
#if>
#list>
@_sysModuleList>
#macro>