<#include "header.htm"/> <#import "../macros/pagination.ftl" as pagination/> <#import "../macros/presentation.ftl" as presentation/>
${I18n.getMessage("PostShow.userPosts")}: ${u.username?html} <#if rssEnabled>  XML
${I18n.getMessage("UserProfile.profileFor")} ${u.username} -> ${I18n.getMessage("PostShow.userPosts")} ${u.username} [${totalRecords}] <#assign paginationData> <@pagination.doPagination "listByUser", u.id/> ${paginationData}
<#assign rowColor = ""/> <#list posts as post> <#if post_index % 2 == 0> <#assign rowColor = "row1"> <#else> <#assign rowColor = "row2"> <#assign topic = topics.get(post.topicId) /> <#assign forum = forums.get(post.forumId) />
${I18n.getMessage("PostShow.author")} ${I18n.getMessage("PostShow.messageTitle")}
${post.text} <#if post.hasAttachments() && (canDownloadAttachments || attachmentsEnabled)> <#assign attachments = am.getAttachments(post.id, post.forumId)/>
 
${I18n.getMessage("UserProfile.profileFor")} ${u.username} -> ${I18n.getMessage("PostShow.userPosts")} ${u.username} [${totalRecords}] ${paginationData}
<@presentation.forumsComboTable/>
<#include "bottom.htm"/>