<#include "header.htm"/>
${pageTitle?default(I18n.getMessage("ForumBase.hottestTopics"))?html}

<#list topics as topic>

<#if (topic.title?length == 0)>———<#else>${topic.title?html}<#if topic.type == TOPIC_WIKI> (Wiki)
${I18n.getMessage("ForumIndex.answers")}: <#if topic.type == TOPIC_WIKI>W<#else>${topic.totalReplies}
${I18n.getMessage("ForumIndex.author")}: ${topic.postedBy.username?html}
${I18n.getMessage("ForumIndex.lastMessage")}: <#if topic.type == TOPIC_WIKI>${topic.lastEditTimeStr}<#else>${topic.lastPostTime} ${I18n.getMessage("Search.postedBy")} ${topic.lastPostBy.username?html}
${I18n.getMessage("Search.forum")}: ${forums.get(topic_index).getName()}

<#include "bottom.htm"/>