Local Network Scan {{ data.count }} device{% if data.count != 1 %}s{% endif %} found
{% if data.note %}

{{ data.note }}

{% endif %} {% if data.devices %}
IP Address MAC Address Hostname
{% for device in data.devices %}
{{ device.ip }} {{ device.mac or '-' }} {{ device.hostname or '-' }}
{% endfor %}
{% else %}
No devices found

No recent network traffic was detected. Devices appear in the ARP cache only after your machine has communicated with them.

{% endif %}