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