<@_dictionaryList multiple=multiple pageIndex=pageNum count=numPerPage> <@_sysAuthorized roleIds=admin.roles urls='cmsDictionary/add,cmsDictionary/delete'><#assign authorizedMap=map/>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'dictionary.type'/> <@t.page 'operate'/>
${a.id.id} ${a.name!} ${a.multiple?then(t.pageMessage('multiple_select'),t.pageMessage('single_select'))} <#if authorizedMap['cmsDictionary/delete']> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>