{% extends "admin_extra_buttons/action_page.html" %}{% load i18n %} {% block action-content %}
{% for msg in message_templates %} {% endfor %}
{% translate "Message Template" %} {% translate "Channel" %}
{{ msg }} {{ msg.channel }}

Add another

{{ form.errors }}
{% csrf_token %} {{ form.as_table }}
{% endblock action-content %}