{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock%} {% block header %}

{{ object.subject }}

{% include 'inc/created_updated.html' with obj=object %}
{% custom_links object %}
{% endblock %} {% block content %}
Info
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 }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% endblock %}