{% 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 %}
|
{{ outage.title }}
|
|||
| Title: | {{ outage.title }} | ||
| Created by: | {{ outage.creator }} | ||
| Tool: | {{ outage.tool }} | ||
| Resource: | {{ outage.resource }} ({{ outage.resource.category }}) | ||
| Outage category: | {{ outage.category }} | ||
| {{ outage.start }} | {% else %}Start: | {{ outage.start }} | {% endif %}|
| {{ outage.end }} | {% else %}End: | {{ outage.end }} | {% endif %}|
| Reminder day(s): | {{ outage.reminder_days }} | ||
| Reminder email(s): | {{ outage.reminder_emails|join:', ' }} | ||
| Identifier: | {{ outage.id }} | ||
| {{ outage.details|linebreaksbr }} | |||
| Details: | {{ outage.details|linebreaksbr }} |