{% load i18n %} {% blocktrans with action.creator.first_name as act_create and action.name as act_name and action.attempted as act_attempt and action.failed as act_fail and action.sent as act_sent %}Greetings {{ act_create }}:

The submission of your newsletter {{ act_name }} has been completed.

Total Attempted to Send = {{ act_attempt }}
Bad Address or E-mail Blocked = {{ act_fail }}
Total Processed = {{ act_sent }}

For details of this submission, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url action.recap action.id %}

{% trans "Thanks!" %}

{{ SITE_GLOBAL_SITECONTACTNAME }}
{{ SITE_GLOBAL_SITECONTACTEMAIL }}
{{ SITE_GLOBAL_SITEDISPLAYNAME }}
{% trans "Time Submitted:" %} {% now "D d M Y P" %}

{% blocktrans %} This e-mail was generated by Tendenci® Software - a web based membership management software solution www.tendenci.com developed by Schipul - The Web Marketing Company {% endblocktrans %}