[% USE Number.Format %] [% IF opt %]
| MAC | Vendor | Device (Port) |
|---|---|---|
| [% row.mac.upper | html_entity %][% ' ' IF NOT row.active %] | [% row.oui.abbrev | html_entity %] ( [% row.oui.company | html_entity %] ) [% ELSE %] href="[% uri_for('/report/nodevendor') %]?vendor=blank"> (Unknown Vendor) [% END %] | [% row.device.dns || row.device.name || row.switch | html_entity %] ( [% row.port | html_entity %] ) |
| Vendor | Count |
|---|---|
| [% row.vendor || '(Unknown Vendor)' | html_entity %] | [% row.count | format_number %] |