Title: {{ outage.title }}
Created by: {{ outage.creator }}
{% if outage.tool %}Tool: {{ outage.tool }}
{% endif %}
{% if outage.resource %}Resource: {{ outage.resource }} ({{ outage.resource.category }})
{% endif %}
{% if outage.category %}Outage category: {{ outage.category }}
{% endif %}
Start: {{ outage.start }}
End: {{ outage.end }}
Identifier: {{ outage.id }}
{% if outage.details %}
Details:
{{ outage.details|linebreaksbr }}
{% endif %}
{# Allow the user to cancel the outage if they have that priviledge. #}
{% if user.is_staff %}
{% endif %}