{% extends "quillet/base.html" %} {% block title %}Subscribers — {{ newsletter.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}

← Dashboard

Subscribers

{{ confirmed_count }} confirmed

{% if subscribers %} {% include "quillet/admin/_subscriber_rows.html" %}
Email Status Since
{% if next_cursor %}

{% endif %} {% else %}

No subscribers yet.

{% endif %} {% endblock %}