|
|
{$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}
|
{/foreach}