<@_dictionaryList multiple=multiple pageIndex=pageNum count=numPerPage>
<#list page.list as a>
<@t.page 'dictionary.select'/> <@t.page 'name'/> <@t.page 'dictionary.type'/>
<@t.page 'select'/> ${a.name!} ${a.multiple?then(t.pageMessage('multiple_select'),t.pageMessage('single_select'))}
<#include "../include_page/pageDialog.html"/>