<#include "../include_page/parameters.html"/>
<@_sysRoleList pageIndex=pageNum count=numPerPage> <#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'module.own_all_right'/> <@t.page 'module.show_all_module'/>
${a.id!} ${(a.name)!} ${a.ownsAllRight?then(t.pageMessage('yes'),'')} ${a.showAllModule?then(t.pageMessage('yes'),'')}
<#include "../include_page/page.html"/>