{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock%} {% block header %}
| Subject | {{ object.subject }} |
| Provider | {{ object.provider }} |
| Sender | {{ object.sender }} |
| Source | {{ object.source }} |
| Parsed | {% if parsed_notification %} {{ object.parsed }}, leading to maintenance {{ parsed_notification.maintenance }} {% else %} {{ object.parsed }} {% endif %} |
| Stamp | {{ object.stamp }} |
| Last Updated | {{ object.last_updated }} |
| Raw | {{ raw_repr|linebreaks }} |