<#list attachments as a> <#assign hasThumb = a.hasThumb()/> <#if hasThumb> <#if !hasThumb || thumbShowBox>
<#if !thumbShowBox>
  • [Thumb - ${a.info.realFilename}] <#if thumbShowHover>
<#if !thumbShowBox>
 ${I18n.getMessage("Attachments.filename")} ${a.info.realFilename} [Disk] ${I18n.getMessage("Attachments.download")}
 ${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")}