{% extends "base.html" %}{% block content %}

Incidents{% if selected_monitor %} — {{ selected_monitor }}{% endif %}

{% if selected_monitor %}{% endif %}
{% include "incident_rows.html" %}{% endblock %}