<#include "header.htm"/> <#import "../macros/pagination.ftl" as pagination> <#import "../macros/presentation.ftl" as presentation/>
${I18n.getMessage("UserProfile.profileFor")} ${u.username}  ->  ${I18n.getMessage("ForumListing.userTopics")} ${u.username?html} [${totalRecords}] <#if rssEnabled>  [XML] <#assign paginationData> <@pagination.doPagination action, u.id/> ${paginationData}
<#list topics as topic> <#assign forum = forums.get(topic.forumId)/>
 ${I18n.getMessage("ForumIndex.topics")}   ${I18n.getMessage("ForumIndex.answers")}   ${I18n.getMessage("ForumIndex.author")}   ${I18n.getMessage("ForumIndex.views")}   ${I18n.getMessage("ForumIndex.lastMessage")}   ${I18n.getMessage("Forums.Form.ForumName")} 
<@presentation.folderImage topic/> <#if (topic.title?length == 0)>No Subject<#else>${topic.title?html} <#if topic.paginate>
<@pagination.littlePostPagination topic.id, postsPerPage, topic.totalReplies/>
${topic.totalReplies} ${topic.postedBy.username?html} ${topic.totalViews} <#if (topic.lastPostTime?length > 0)> ${topic.lastPostTime}
${topic.lastPostBy.username?html} <#assign startPage = ""/> <#if (topic.totalReplies + 1 > postsPerPage?number)> <#assign startPage = ((topic.totalReplies / postsPerPage?number)?int * postsPerPage?number) +"/"/> [Latest Reply]
${forum.name?html}
${I18n.getMessage("UserProfile.profileFor")} ${u.username}  ->  ${I18n.getMessage("ForumListing.userTopics")?html} ${u.username?html} [${totalRecords}] <#if rssEnabled>  [XML] ${paginationData}
<#include "bottom.htm"/>