{% load reactor %}
{% for alert in alerts %} {% empty %} {% endfor %}
ID Type Description Actions
{{ alert.id }} {{ alert.type }} {{ alert.description|truncatewords:10 }}
No alerts yet
{% if show_modal %} {% with selected_alert=this.get_selected_alert %} {% if selected_alert %} {% endif %} {% endwith %} {% endif %} {% if show_create_modal %} {% endif %}