{% extends "quillet/base.html" %} {% block title %}Subscribers — {{ newsletter.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ confirmed_count }} confirmed
{% if subscribers %}| Status | Since |
|---|
No subscribers yet.
{% endif %} {% endblock %}