{% extends "quillet/base.html" %} {% block title %}Admin — {{ newsletter.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ confirmed_count }} confirmed subscriber{{ 's' if confirmed_count != 1 }} · manage subscribers · settings
{% if posts %}| Title | Status | Published | Actions |
|---|
No posts yet. Create one →
{% endif %} {% endblock %}