{% if recent_incidents %}
| 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') }} |
No recent incidents. Network is healthy! ✓
{% endif %}