{% extends "newsletters/base.html" %} {% load i18n %} {% load base_filters %} {% block title %} {{ block.super }}{% trans 'Tendenci Newsletter Generator - Marketing Action'%} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

{% trans 'Marketing Action Step 5 of 5' %}

{% if form.non_field_errors %}
    {% for error in form.non_field_errors %}
  • {{error}}
  • {% endfor %}
{% endif %}
{% csrf_token %}
{% trans 'Specify Action Name and General Properties.' %}
{{ newsletter.actionname }}
{% trans 'E-mail to bind to this Marketing Action.' %}
{{ object.email.subject }}
{% if object.member_only %} {% trans 'Members Only' %} {% else %} {% trans 'Select a Group' %} {% endif %}
{% if not object.member_only %}
{{ object.group }}    {% trans 'Search UserGroup' %}
{% endif %}
{% trans 'Confirm acceptance of site policies and common sense.' %}
{% if object.member_only %} {% blocktrans %} I agree that I have permission from all users of the user group to send them e-mail. I understand that by sending this e-mail the transaction, including my IP address, is recorded. Furthermore I am legally bound by common courtesy, common sense, and the acceptable use policy (aup) and privacy policy of this site. {% endblocktrans %} {% else %} {% blocktrans with group=object.group.name %} I agree that I have permission from all users of the {{ group }} user group to send them e-mail. I understand that by sending this e-mail the transaction, including my IP address, is recorded. Furthermore I am legally bound by common courtesy, common sense, and the acceptable use policy (aup) and privacy policy of this site. {% endblocktrans %} {% endif %}{% if object.sla %}SLA = Agreed{% endif %}
{% trans 'Step 5' %}
{% trans 'Send Email' %}
{% blocktrans %} Note: This 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 }}   {{ form.create_article.label }}
 
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}