<#include "comm/commjs.ftl"/> <#include "comm/header.ftl"/>

私信收件箱 <#if unreadMsgCount?? && (unreadMsgCount > 0)> ${unreadMsgCount} 未读

<#if inboxItems?has_content>
<#list inboxItems as item>
${(item.otherUsername?has_content)?then(item.otherUsername?substring(0,1)?upper_case, "?")}
${item.otherUsername}
${item.lastContent}
<#if item.lastTime??>${item.lastTime?string("MM-dd HH:mm")}
<#if item.hasUnread> 未读
<#else>
暂无私信
<#include "comm/footer.ftl"/>