{% extends "admin_extra_buttons/action_page.html" %} {% block action-content %} {% if form %}
{% csrf_token %} {{ form.errors }} {{ form }}
{% else %}

New messages

{% for msg in added %} {% endfor %}
{{ msg.msgid }}
{% endif %} {% endblock action-content %}