| {$job->name()} |
{$job->destinationFilename()}
{if $job->isFinished()}
({$job->outputFilesize()|formatFilesize})
{/if}
|
{$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}
|
|
{/foreach}