<#list attachments as a> <#assign hasThumb = a.hasThumb()/> <#if hasThumb> <#if !hasThumb || thumbShowBox>
<#if !thumbShowBox> [Thumb - ${a.info.realFilename}] <#if !thumbShowBox>
 ${I18n.getMessage("Attachments.filename")} ${a.info.realFilename} [Disk] ${I18n.getMessage("Attachments.download")}
 ${I18n.getMessage("Attachments.description")} ${a.info.comment?default(I18n.getMessage("Attachments.noDescription"))}
 ${I18n.getMessage("Attachments.filesize")} <#if (a.info.filesize < 1024)> ${a.info.filesize} bytes <#else> ${a.info.filesize / 1024} Kbytes
 ${I18n.getMessage("Attachments.totalDownload")}:  ${a.info.downloadCount} ${I18n.getMessage("Attachments.time")}