{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %} Sent Emails {% endblock title %} {% block css %} {% endblock css %} {% block content %}

Sent Emails

Sent Emails
Columns
{% for vc in email%} {% endfor %}
Date Sent at Campaign
{{ vc.time }} {{ vc.send_at }} {{ vc.campaign }} {{ vc.to_email }} {{ vc.lead_name }} {{ vc.to_country }} {{ vc.to_city }} {{ vc.to_zip }}
{% endblock content %} {% block scripts %} {% endblock scripts %}