{% extends "admin_extra_buttons/action_page.html" %} {% load i18n %} {% block content %}
Notification
{{ original }}
Event
{{ original.event }}
Distribution
{{ original.distribution }}
{{ form.non_field_errors }}
{% csrf_token %} {{ form }}
{% if message_templates %}
{% translate "Name" %}
{% translate "Channel" %}
{% for msg in message_templates %}
{{ msg }}
{{ msg.channel }}
{% endfor %}
{% endif %} {% endblock content %}