{% extends "base.html" %} {% block content %}

Dashboard Nächste Prüfung in -- Sekunden

{% for d in devices %}
{{ d[1] }}
{% if d[2] == 0 %} Deaktiviert {% else %} {% if status[d[0]] == 'online' %} Online {% elif status[d[0]] == 'offline' %} Offline
{% if last_seen[d[0]] %} {{ last_seen[d[0]][0] }}
{{ last_seen[d[0]][1] }} {% endif %} {% else %} Unbekannt {% endif %} {% endif %}
{% endfor %}
{% endblock %}