{% extends "content.html" %} {% block inner %} {% if not info.ok %}
Systeminfo nicht verfügbar
{{ info.error }}
{% else %}
System
Stand: {{ info.collected_at }}
{% include "system/partials/metrics.html" %}
{% endif %} {% endblock %}