{% include 'navbar.html' %}
{% for row_uuid in all_sensors %} {% endfor %}
UUID first seen last seen types Status
{{row_uuid['uuid']}} {% if row_uuid['description'] %}
{{row_uuid['description']}}
{% endif %}
{% if row_uuid['first_seen'] %} {{row_uuid['first_seen']}} {% else %} {{'-'}} {% endif %} {% if row_uuid['first_seen'] %} {{row_uuid['first_seen']}} {% else %} {{'-'}} {% endif %} {{type_description}} {% for uuid_type in row_uuid['types'] %} {{uuid_type['type']}} {% endfor %} OK - {% else %} div class="text-danger"> {{row_uuid['Error']}} {% endif %} {% if row_uuid['active_connection'] %} Connected {% endif %}
{% include 'navfooter.html' %}