[% USE Number.Format %] [% IF results.first.device.ip %] [% row = results.reset %] [% WHILE (row = results.next) %] [% END %]
Device (Port) Broadcast Model SSID Vendor
[% row.device.dns || row.device.name || row.device.ip | html_entity %] ( [% row.port.port | html_entity %] ) [% row.broadcast ? 'Yes' : 'No' %] [% row.device.model | html_entity %] [% row.ssid | html_entity %] [% row.device.vendor | html_entity %]
[% ELSE %] [% row = results.reset %] [% WHILE (row = results.next) %] [% END %]
SSID Broadcast Count
[% row.ssid | html %] [% row.broadcast ? 'Yes' : 'No' %] [% row.count | format_number %]
[% END %]