[% IF results.count == 0 %]
The aren't enough jobs to report.
[% ELSE %] [% WHILE (row = results.next) %] [% END %]
Action Device Started Finished Time Elapsed
[% row.action.ucfirst | html_entity %] [% row.device | html_entity %] [% row.started | html_entity %] [% row.finished | html_entity %] [% row.elapsed | html_entity %]
[% END %]