{% if devices %} {% for device in devices %} {% endfor %}
Device ID Type Status Location Last Seen
{{ device.device_id }}
{{ device.device_type }} {% if device.status == "available" %} online {% else %} {{ device.status }} {% endif %} {{ device.location or "—" }} {{ device.last_seen or "—" }}
{% else %}

No devices registered yet

Devices will appear here as they connect to the network

{% endif %}