{% extends "base.html" %} {% block content %}
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 %} |