{% if maintenances or outages %}

Maintenance & Outage History

{% if maintenances %} {% include 'notices/event_history_table.html' with events=maintenances %} {% else %}

No maintenances in this period

{% endif %}
{% if outages %} {% include 'notices/event_history_table.html' with events=outages %} {% else %}

No outages in this period

{% endif %}
{% endif %}