[% USE Number.Format %] [% IF results.first.ip %] [% row = results.reset %] [% WHILE (row = results.next) %] [% END %]
Device Description Name Class Type Model Serial HW Version SW Version FW Version
[% row.device.dns || row.device.name || row.device.ip | html_entity %] [% row.description | html %] [% row.name | html %] [% row.class.ucfirst | html %] [% row.type | html %] [% row.model | html %] [% row.serial | html %] [% row.hw_ver | html_entity %] [% row.sw_ver | html_entity %] [% row.fw_ver | html_entity %]
[% ELSE %] [% row = results.reset %] [% WHILE (row = results.next) %] [% END %]
Class Count
[% row.class.ucfirst | html %] [% row.count | format_number %]
[% END %]