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

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

{% trans 'Specify Action Name and General Properties.' %}
{{ object.actionname }}
{% trans 'E-mail to bind to this Marketing Action.' %}  add new email
{% trans 'Search by' %}: {{ form.search_criteria }} {{ form.q }}
{% for e in page_obj %} {% endfor %}
# {% trans 'ID' %} {% trans 'Sender' %} {% trans 'Subject' %} {% trans 'Edit' %}
{{ forloop.counter0|add:page_obj.start_index }} {{ e.id }} {{ e.sender }}
{% csrf_token %}
{{ 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 %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}