{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %} Sent Emails {% endblock title %} {% block css %} {% endblock css %} {% block content %}
Date | Sent at | Campaign | Sent To | Name | Country | City | Zip |
---|---|---|---|---|---|---|---|
{{ vc.time }} | {{ vc.send_at }} | {{ vc.campaign }} | {{ vc.to_email }} | {{ vc.lead_name }} | {{ vc.to_country }} | {{ vc.to_city }} | {{ vc.to_zip }} |