[% IF results.count == 0 %]
| 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 %] |