{% extends "base.html" %} {% block content %}
{% for c in campaigns %} {% endfor %}
Name Total Sent Bounced
{{ c.name }} {{ c.total_emails }} {{ c.sent }} {{ c.bounced }}
{% endblock %}