{% for row_uuid in status_daily_uuid %}
UUID: {{row_uuid['uuid']}}
First Seen

{{row_uuid['first_seen_gmt']}} - ({{row_uuid['first_seen']}})

Last Seen

{{row_uuid['last_seen_gmt']}} - ({{row_uuid['last_seen']}})

{% if not row_uuid['Error'] %}
Status

OK

{% else %}
Status

{{row_uuid['Error']}}

{% endif %} {% if row_uuid['active_connection'] %}
Connected
{% endif %}
{% endfor %}