[% IF results.count == 0 %]
The aren't enough jobs to report.
[% ELSE %] [% WHILE (row = results.next) %] [% END %]
Action Number of Devices Queued At Started Finished Time Elapsed
[% row.action.ucfirst | html_entity %] [% row.get_column('number') | html_entity %] [% row.get_column('entered_stamp') | html_entity %] [% row.get_column('start') | html_entity %] [% row.get_column('end') | html_entity %] [% row.get_column('elapsed') | html_entity %]
[% END %]