<@_sysUserList startRegisteredDate=startRegisteredDate endRegisteredDate=endRegisteredDate startLastLoginDate=startLastLoginDate endLastLoginDate=endLastLoginDate superuserAccess=superuserAccess emailChecked=emailChecked name=name advanced=true disabled=disabled orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
<#list page.list as a>
ID 用户名 用户昵称 邮箱 已验证邮箱 已禁用 上次登录IP 上次登录日期 登录次数 注册日期 操作
${a.id!} ${(a.name)!} ${(a.nickName)!}${(a.superuserAccess)?then('[管理员]','')?no_esc} ${(a.email)!} ${a.emailChecked?then('已验证','未验证')} ${(a.disabled)?then('禁用','正常')?no_esc} ${a.lastLoginIp!} ${a.lastLoginDate!} ${a.loginCount!} ${a.registeredDate!} 登陆日志 <#if a.superuserAccess> 后台操作日志
<#include "../include_page/page.html"/>