<#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />

用户列表

<#list pager.list as user>
${i18n("exmay.privilege.user.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.is-exmay")} ${i18n("exmay.privilege.user.last-login-time")} ${i18n("exmay.privilege.user.last-login-ip")} ${i18n("exmay.privilege.user.register-time")} ${i18n("exmay.privilege.user.sort")} ${i18n("exmay.common.admin.operation")}
${user.id} ${user.username} ${user.organization.name} ${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)} ${(user.sort)!} <#--<#if !user.isExmay> [${i18n("exmay.common.enable")}] <#else> [${i18n("exmay.common.disable")}] --> [编辑] [删除]
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
<#include "../../include/exmay-footer.html" />