${I18n.getMessage("ForumListing.userTopics")}
${u.username?html}
${I18n.getMessage("Search.forum")}:
${forums.get(topic.forumId).getName()}
${I18n.getMessage("ForumIndex.answers")}: <#if topic.type == TOPIC_WIKI>W<#else>${topic.totalReplies}#if>
<#assign startPage = ""/>
<#if (topic.totalReplies + 1 > postsPerPage?number)>
<#assign startPage = ((topic.totalReplies / postsPerPage?number)?int * postsPerPage?number) +"/"/>
#if>
${I18n.getMessage("ForumIndex.lastMessage")}:
<#if topic.type == TOPIC_WIKI>${topic.lastEditTimeStr}<#else>${topic.lastPostTime}#if>
${I18n.getMessage("Search.postedBy")}
${topic.lastPostBy.username?html}
<#if topic.paginate>
<@pagination.littlePostPagination topic.id, postsPerPage, topic.totalReplies/>
#if>