{% extends "newsletters/base.html" %} {% load base_filters %} {% block title %} {{ block.super }}{% trans 'Tendenci Newsletter Generator - Ready to Send!'%} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% if form.non_field_errors %}
    {% for error in form.non_field_errors %}
  • {{error}}
  • {% endfor %}
{% endif %}
{% csrf_token %}
{% blocktrans %}

Note: Sending could take up to 30 minutes or longer depending on the size of your distribution list.

{% endblocktrans %}
{% blocktrans %}

Once submitted the e-mail will be put into the queue for processing within 10 minutes.

{% endblocktrans %}
{{ form.create_article }}  
   
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}