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

{{ object }}

{% custom_links object %}
{% endblock %} {% block content %}
Info
Maintenance {{ object.maintenance.name }}
Raw Notification {{ object.raw_notification.subject }}
Date {{ object.date }}
JSON {{ object.json|linebreaks }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% endblock %}