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