<#include "header.htm"/> <#import "../../macros/pagination.ftl" as pagination/>
${I18n.getMessage("PostShow.userPosts")} ${u.username?html}

<#list posts as post> <#assign topic = topics.get(post.topicId) /> <#assign forum = forums.get(post.forumId) />

${topic.title?default("Empty")?html}
${I18n.getMessage("Search.forum")}: ${forum.name?html}
${I18n.getMessage("ModerationLog.date")}: ${post.formattedTime}

<@pagination.doPagination "listByUser", u.id, 1/> <#include "bottom.htm"/>