<@sys.roleList pageIndex=pageNum pageSize=numPerPage>
<#include "../include_page/parameters.html"/>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'module.own_all_right'/> <@t.page 'module.show_all_module'/> <@t.page 'operate'/>
${a.id!} ${(a.name)!} ${a.ownsAllRight?then(t.pageMessage('yes'),'')} ${a.showAllModule?then(t.pageMessage('yes'),'')} <@t.page 'role.edit'/> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>