{% 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 %}Showing {{ incident_list|length }} of {{ matching_count }} matching incidents
{% endif %} {% endif %}