<@sys.module id=parentId><#assign parent=object/> <@sys.moduleList advanced=true parentId=parentId pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'module.is_menu'/> <@t.page 'address'/> <@t.page 'sort'/> <@t.page 'operate'/>
${a.id!} <@t.menu a.id/> ${t.pageMessage(a.menu?then('module.menu','module.not_menu'))} ${a.url!} ${a.sort!} <@t.page 'module.edit'/> <@t.page 'button.delete'/> <#if a?has_content && a.hasChild> <@t.page 'module.child_management'/>
<#include "../include_page/page.html"/>