<#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}
${I18n.getMessage("Attachments.description")} <#if a.info.comment?? && (a.info.comment?trim?length > 0)>${a.info.comment?html}<#else>${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")}
[Disk] ${I18n.getMessage("Attachments.download")}