{% extends "base.html" %} {% block content %}
{% for domain, status in domains.items() %} {% endfor %}
Domain Current status
{{ domain }} {% if status == "ok" %}✅ OK {% elif statuts == "warning"%}⚠ Warning{% elif status == "critical"%}❌ Critical{% elif status == "to-process" %}⏱︎ Waiting for the jobs{% endif %}
{% endblock %}