${forums.get(topic_index).getName()} |
<@presentation.folderImage topic/> |
<#if (topic.title?length == 0)>No Subject<#else>${topic.title?html}#if>
<#if topic.paginate>
<@pagination.littlePostPagination topic.id, postsPerPage, topic.totalReplies/>
#if>
|
${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) +"/"/>
#if>
#if>
|
#list>