#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />
请选择选择用户
Exmay
${i18n("exmay.privilege.user.id")}
${i18n("exmay.privilege.user.username")}
${i18n("exmay.privilege.user.email")}
${i18n("exmay.privilege.user.nickname")}
${i18n("exmay.privilege.user.last-login-time")}
${i18n("exmay.privilege.user.register-time")}
<#list pager.list as user>
${user.id}
${user.username}
${user.email}
${(user.nickname)!}
<@exmay_plugin code="timeFormat" default=user.lastLoginTime>
${timeFormat(user.lastLoginTime)}
@exmay_plugin>
<@exmay_plugin code="timeFormat" default=user.registerTime>
${timeFormat(user.registerTime)}
@exmay_plugin>
#list>
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
#if>