{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Subscribers

{% for subscriber in subscribers %} {% endfor %}
# Email Action
{{ forloop.counter }} {{ subscriber.email }}
{% endblock %}