{% if recent_incidents %} {% for incident in recent_incidents %} {% endfor %}
Severity Summary Affected Devices Created
{{ incident.severity.upper() }} {{ incident.summary }} {% if incident.affected_devices %} {{ incident.affected_devices|length }} device(s) {% else %} - {% endif %} {{ incident.created_at.strftime('%Y-%m-%d %H:%M') }}
{% else %}

No recent incidents. Network is healthy! ✓

{% endif %}