{% extends "base.html" %} {% block title %}{{ organization_name }} - OfficeCom Sentinel{% endblock %} {% block content %}
Organisation {{ organization_id }}

{{ organization_name }}

{{ critical_count }} kritisch, {{ warning_count }} Warnungen. Waehle ein Geraet fuer die technische Analyse.

Geraete{{ devices|length }}
Kritisch{{ critical_count }}
Warnungen{{ warning_count }}
Letzte Meldung{{ devices[0][1] or '-' }}
{% for device in devices %}{% endfor %}
GeraetStatusEreignisseQuell-IPsKritische CVEsEmpfangen
{{ device[0] }}{{ device[2] }}{{ device[3] }}{{ device[4] }}{{ device[5] }}{{ device[1] or '-' }}
{% endblock %}