{% extends 'micboard/base.html' %} {% load static %} {% block title %}Alerts - micboard{% endblock %} {% block content %}

System Alerts

{{ stats.total }}

Total Alerts

{{ stats.pending }}

Pending

{{ stats.acknowledged }}

Acknowledged

{{ stats.resolved }}

Resolved

{{ stats.failed }}

Failed

Filter by alert status.
Filter by alert type.
Clear
{% if browse.items %}
{% include "micboard/partials/alert_rows.html" %}
List of system alerts with status, type, and actions
Time Type Channel User Status Message Actions
{% if browse.total_pages > 1 %} {% endif %} {% else %}

No alerts found matching the current filters.

Clear Filters
{% endif %}
{% endblock %}