<@presentation.folderImage topic/>
|
${forum.name}
|
<#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)>
<#assign startPage = ((topic.totalReplies / postsPerPage)?int * postsPerPage) +"/"/>
#if>
#if>
|
#list>