|
${download.name}
|
${ properties.failedDownloadName || 'FAILED DOWNLOAD' @ i18n }
|
${properties.processingStatus || 'Processing' @ i18n}
${properties.partiallySuccessfulStatus || 'Partially Successful' @ i18n}
${properties.successfulStatus || 'Successful' @ i18n}
${properties.failedStatus || 'Failed' @ i18n}
|
${download.successCount}
|
${download.formattedTotalSize || 0}
|
${download.progress}%
${properties.downloadButton || 'Download' @ i18n}
|
|