|
${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.archive ? download.successCount : '1'}
|
${download.progress}%
${properties.downloadButton || 'Download' @ i18n}
|
|