{% if no_filters %}

Select filters to see which open incidents would be covered.

{% elif no_open_incidents %}

There are currently no open incidents.

{% elif matching_count == 0 %}

No open incidents match the selected filters.

{% else %}

Covers {{ matching_count }} open incident{{ matching_count|pluralize }} ({{ matching_percent }}%)

{% if incident_list %}
{% include "htmx/incident/_unpaged_incident_table.html" %}
{% if matching_count > incident_list|length %}

Showing {{ incident_list|length }} of {{ matching_count }} matching incidents

{% endif %} {% endif %}
{% endif %}