<#include "header.htm"/> <#import "../macros/pagination.ftl" as pagination/> <#import "../macros/presentation.ftl" as presentation/>
<#assign breadCrumb>
${I18n.getMessage("ForumListing.forumIndex")} » ${I18n.getMessage("ForumBase.topDownloads")}  
${breadCrumb} <#list topDownloads as topDownload>
 ${I18n.getMessage("Forums.Form.ForumName")}   ${I18n.getMessage("ForumIndex.topics")}   ${I18n.getMessage("Attachments.filename")}   ${I18n.getMessage("Attachments.filesize")}   ${I18n.getMessage("Attachments.totalDownload")} 
${forums.get(topDownload_index).getName()} <#if (topDownload.topicTitle?length == 0)>No Subject<#else>${topDownload.topicTitle?html} [Disk] ${topDownload.realFilename} <#if (topDownload.filesize < 1024)> ${topDownload.filesize} bytes <#else> ${topDownload.filesize / 1024} Kbytes ${topDownload.downloadCount} ${I18n.getMessage("Attachments.time")}
${breadCrumb}
<#include "bottom.htm"/>