<@ctx.i18n text = "个人资料"/>
- <@ctx.i18n text = "账号"/>:
-
<@ctx.i18n text = "密码安全等级"/>:
<#list dict.getType('sys_user_passwordModifySecurityLevel')> <#items as d> <#if d.status =='0' && d.dictValue == user.pwdSecurityLevel> #if> #items> #list>
-
<@ctx.i18n text = "手机号码"/>:
${user.mobile?default("/")}
-
<@ctx.i18n text = "电子邮箱"/>:
${user.email?default("/")}
-
<@ctx.i18n text = "上次登陆地点"/>:
${user.loginLocation?default("/")}
-
<@ctx.i18n text = "上次登陆时间"/>:
${(user.loginTime?string('yyyy-MM-dd HH:mm:ss'))?default("/")}