{% extends "reports/base.html" %} {% block content %}
| Timestamp | Device | Severity | Message | Status | Duration |
|---|---|---|---|---|---|
| {{ alert.fired_at }} | {{ alert.hostname or '-' }} | {{ alert.severity | upper }} | {{ alert.message or '-' }} | {{ alert.status | upper }} | {{ alert.duration or '-' }} |