Jobs

{if $jobs}
View
Bulk Actions
{foreach from=$jobs item=job} {assign var=current_status value=$job->currentStatus()} {/foreach}
Actions Name Destination Status
{$job->name()} {include file="fragments/job-filename-popover.tpl" assign=popover_content} {$job->destinationFileBasename()|escape:html} {include file="fragments/job-status-popover.tpl" assign=popover_content} {$current_status->statusName()} {if $current_status->hasProgressInfo()}
{$job->calculateETA()|formatDuration:1} remaining {/if}
Bulk Actions
{else} There are no jobs {/if}