[% IF NOT results.size %]
No duplicate devices found.
[% ELSE %] [% SET count = 0 %] [% FOREACH row IN results %] [% SET count = count + 1 %] [% END %]
Device IP Contact Location System Name Model OS Version Serial Last Discovered Delete
[% row.ip | html_entity %] [% row.dns | html_entity %] [% row.contact | html_entity %] [% row.location | html_entity %] [% row.name | html_entity %] [% row.model | html_entity %] [% row.os_ver | html_entity %] [% row.serial | html_entity %] [% row.last_discover_stamp | html_entity %]
[% END %]