diff --git a/templates/jobs.tpl b/templates/jobs.tpl
index b11a03a..b312e36 100644
--- a/templates/jobs.tpl
+++ b/templates/jobs.tpl
@@ -17,7 +17,7 @@
{$job->name()} |
{$job->destinationFilename()} |
{$job->title()} |
- {$current_status->statusName()} |
+ {$current_status->statusName()}{if $current_status->hasProgressInfo()} ({$current_status->ripProgress()}%, last updated {$current_status->mtime()|date_format:"%D %T"}){/if} |
{/foreach}