{% if alerts or disabled_resources %}

Alerts and outages

{# For spacing #} 

{% for a in alerts %}
{% if a.title %}{{ a.title }}
{% endif %} {{ a.contents|linebreaks }}
{% endfor %} {% for r in disabled_resources %}
Resource outage: {{ r }}
{{ r.restriction_message }}
{% endfor %}
{% endif %}