{% 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 %}
{% trans 'Newsletter Recipients: ' %} {% if object.member_only %} {% trans 'ALL members' %} {% elif object.group %} {% trans 'Usergroup ' %} {{ object.group }} {% endif %} ({% trans 'total:' %} {{ object.get_recipients.count }})
Note: Sending could take up to 30 minutes or longer depending on the size of your distribution list.
Once submitted the e-mail will be put into the queue for processing within 10 minutes.