{% extends "colorbox/popup_form_base.html" %} {% load i18n %} {% block title %}{% trans "Test newsletter" %}{% endblock %} {% block form_fields %}
{{ dests|join:"
"|safe }}
{{block.super}} {% endblock %} {% block form_url %}{% url "coop_cms_test_newsletter" newsletter.id %}{% endblock %}