{% extends 'generic/object.html' %} {% block content %}
Notify
Name {{ object.name }}
Type {{ object.notification_type}}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}