[% USE Number.Format %] [% IF results.first.ip %] [% row = results.reset %]
| 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 %] |
| Class | Count |
|---|---|
| [% row.class.ucfirst | html %] | [% row.count | format_number %] |