Date {{element.timestamp_start | date: 'short'}} Title {{element.title}} Subscription @if (element.sub_name) { {{element.sub_name}} } @else { N/A } Progress @if (!element.error) { @if (element.step_index !== 2) { {{STEP_INDEX_TO_LABEL[element.step_index]}} } @else { @if (element.percent_complete) { {{+(element.percent_complete) > 100 ? '100' : element.percent_complete}}% } @else { N/A } } } @else { Error } Actions @if (!minimizeButtons) {
@for (downloadAction of downloadActions; track downloadAction) { @if (downloadAction.loading && downloadAction.loading(element)) { } @if (downloadAction.show(element)) { } }
} @else {
@for (downloadAction of downloadActions; track downloadAction) { @if (downloadAction.show(element)) { } }
}
@if (!uids) {
}
@if ((!downloads || downloads.length === 0) && downloads_retrieved && !uids) {

No downloads available!

}