{% extends popup_view|yesno:"base/popup.html,base.html" %} {% load custom_tags_and_filters %} {% load tz %} {% if not popup_view %} {% block extrahead %} {% endblock %} {% endif %} {% block title %}Scheduled outage details{% endblock %} {% block content %} {% if not popup_view %}

Scheduled outage details

{% endif %} {% if user.is_staff %} {% else %} {% endif %} {% if outage.tool %} {% endif %} {% if outage.resource %} {% endif %} {% if outage.category %} {% endif %} {% if user.is_staff and outage.has_not_ended and outage.has_not_started %} {% else %} {% endif %} {% if user.is_staff and outage.has_not_ended and outage.has_not_started %} {% else %} {% endif %} {% if outage.details or user.is_staff %} {% if user.is_staff %} {% else %} {% endif %} {% endif %}
{{ outage.title }}
Title: {{ outage.title }}
Created by: {{ outage.creator }}
Tool: {{ outage.tool }}
Resource: {{ outage.resource }} ({{ outage.resource.category }})
Outage category: {{ outage.category }}
{{ outage.start }} Start: {{ outage.start }}
{{ outage.end }} End: {{ outage.end }}
Identifier: {{ outage.id }}
{{ outage.details|linebreaksbr }}
Details: {{ outage.details|linebreaksbr }}
{# Allow the user to cancel the outage if they have that privilege. only in popup view #} {% if user.is_staff %} {% endif %} {% endblock %}