<#include "header.htm"/> <#import "../../macros/pagination.ftl" as pagination/>
| <#if inbox?default(false)> ${I18n.getMessage("PrivateMessage.inbox")} | <#else> | ${I18n.getMessage("PrivateMessage.sentbox")}

<@pagination.doPagination action, -1, 1/>
<#list pmList as pm>
<#if pm.type == NEW> New Folder <#else> Folder ${pm.post.subject?html}
<#if inbox?default(false)> ${I18n.getMessage("PrivateMessage.from")}: ${pm.fromUser.username} <#else> ${I18n.getMessage("PrivateMessage.to")}: ${pm.toUser.username}
${I18n.getMessage("PrivateMessage.date")}: ${pm.formattedDate}

<@pagination.doPagination action, -1, 1/> <#include "bottom.htm"/>