<@_sysUserList startRegisteredDate=startRegisteredDate endRegisteredDate=endRegisteredDate startLastLoginDate=startLastLoginDate endLastLoginDate=endLastLoginDate superuserAccess=superuserAccess emailChecked=emailChecked name=name disable=false orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
<#list page.list as a>
<@t.page 'user.select'/> <@t.page 'user.username'/> <@t.page 'user.nickname'/> <@t.page 'email'/> <@t.page 'email.verification_status'/> <@t.page 'user.last_login_date'/> <@t.page 'user.last_login_ip'/> <@t.page 'user.login_count'/> <@t.page 'user.register_date'/>
<@t.page 'select'/> ${(a.name)!} ${(a.nickName)!}${(a.superuserAccess)?then('['+t.pageMessage('admin')+']','')?no_esc} ${(a.email)!} ${a.emailChecked?then(t.pageMessage('verified'),t.pageMessage('unverified'))} ${a.lastLoginDate!} ${a.lastLoginIp!} ${a.loginCount!} ${a.registeredDate}
<#include "../include_page/pageDialog.html"/>