<@_wordList name=name advanced=true hidden=hidden startCreateDate=startCreateDate endCreateDate=endCreateDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'tag.search_count'/> <@t.page 'display'/> <@t.page 'create_date'/> <@t.page 'operate'/>
${a.id!} ${(a.name)!} ${a.searchCount!} ${a.hidden?then(t.pageMessage('hidden'),t.pageMessage('show'))} ${a.createDate!} <@t.page 'button.edit'/>| <#if a.hidden> <@t.page 'button.show'/>| <#else> <@t.page 'button.hide'/>| <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>