Jobs

{if $jobs}
View
Bulk Actions
{foreach from=$jobs item=job} {assign var=current_status value=$job->currentStatus()} {/foreach}
Name Destination Title Status Actions
{$job->name()} {$job->destinationFilename()} {$job->title()} {$current_status->statusName()} {if $current_status->hasProgressInfo()}
Started: {$current_status->ctime()|date_format:"%D %T"}
Progress: {$current_status->ripProgress()}%
Last update: {$current_status->mtime()|date_format:"%D %T"}
ETA: {$job->calculateETA()|formatDuration} {/if}
Bulk Actions
{else} There are no jobs {/if}