<#include "header.htm"/> <#import "../macros/pagination.ftl" as pagination> <#import "../macros/presentation.ftl" as presentation/>
${I18n.getMessage("ForumListing.forumIndex")}  ->  ${I18n.getMessage("ForumBase.recentTopics")} <#if rssEnabled>  [XML]  
<#list topics as topic>
 ${I18n.getMessage("Forums.Form.ForumName")}   ${I18n.getMessage("ForumIndex.topics")}   ${I18n.getMessage("ForumIndex.answers")}   ${I18n.getMessage("ForumIndex.author")}   ${I18n.getMessage("ForumIndex.views")}   ${I18n.getMessage("ForumIndex.lastMessage")} 
${forums.get(topic_index).getName()} <@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} ${topic.totalViews} <#if (topic.lastPostTime?length > 0)> ${topic.lastPostTime}
${topic.lastPostBy.username} <#assign startPage = ""/> <#if (topic.totalReplies + 1 > postsPerPage?number)> <#assign startPage = ((topic.totalReplies / postsPerPage?number)?int * postsPerPage?number) +"/"/> Latest Reply
<#include "bottom.htm"/>