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