{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
Total Subscribers
{{ counts.total_subscribers }}
Newsletters Sent
{{ counts.total_newsletters }}
Sent Today
{{ counts.sent_today }}
{% if emails %}
{% for email in emails %} {% endfor %}
Email Address
{{ email }}
{% else %}

No subscribers found.

{% endif %} {% endblock %}