#include "comm/commjs.ftl"/>
<#include "comm/header.ftl"/>
私信收件箱 <#if unreadMsgCount?? && (unreadMsgCount > 0)>
${unreadMsgCount} 未读
#if>
<#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>
<#if item.hasUnread>
未读
#if>
#list>
<#else>
暂无私信
#if>
<#include "comm/footer.ftl"/>