{% extends "op_zz_frame.html" %} {% block centercontent %}

Konfiguration {{ station_id }}

{% if rule_set_name %}

Regel-Liste: {{ rule_set_name }}

{% endif %} {% for e in entries %} {% endfor %}
KeyWertSollwertStatus
{{ e.key }} {{ e.value }} {% if e.expected %}{{ e.condition }} {{ e.expected }}{% else %}-{% endif %} {% if e.status == 'ok' %} ok {% elif e.status == 'failed' %} failed {% else %} - {% endif %}
{% endblock %}