<#list topics as topic>
<#if topic.movedId == 0 || (forum?exists && topic.forumId == forum.id)>
${I18n.getMessage("ForumIndex.answers")}: ${topic.totalReplies}
${I18n.getMessage("ForumIndex.author")}:
${topic.postedBy.username}
${I18n.getMessage("ForumIndex.lastMessage")}: <#if topic.type == TOPIC_WIKI>${topic.lastEditTimeStr}<#else>${topic.lastPostTime}#if>
${I18n.getMessage("Search.postedBy")}
${topic.lastPostBy.username}
<#if topic.paginate>
<@pagination.littlePostPagination topic.id, postsPerPage, topic.totalReplies/>
#if>