{% extends "site_base.html" %} {% load uni_form_tags %} {% block head_title %}User Mailer Email List {{ email_list_name }}{% endblock %} {% block body %}

User Mailer » Email List {{ email_list_name }}

{{ campaign.result_counts.0 }} / {{ campaign.result_counts.1 }}

    {% for email, converted in campaign.results %}
  • {% if converted %}{% endif %}{{ email }}{% if converted %}{% endif %}
  • {% endfor %}
{% endblock %}