{# Alertes d'infrastructure pour le dashboard #} {% if infrastructure_status is defined and infrastructure_status %} {# Alerte Elasticsearch indisponible #} {% if not infrastructure_status.elasticsearch.available %} {% endif %} {# Alerte Base de données lente #} {% if infrastructure_status.database.slow %} {% endif %} {# Alerte maintenance programmée #} {% if infrastructure_status.maintenance.scheduled %} {% endif %} {# Alerte stockage faible #} {% if infrastructure_status.storage.low_space %} {% endif %} {% endif %}