[% USE Number.Format %] [% IF opt %]
| 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 %] | 
| SSID | Broadcast | Count | 
|---|---|---|
| [% row.ssid | html_entity %] | [% row.broadcast ? 'Yes' : 'No' %] | [% row.count | format_number %] |