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

{{ newsletter.name }}

+ New post

{{ confirmed_count }} confirmed subscriber{{ 's' if confirmed_count != 1 }} · manage subscribers · settings

{% if posts %} {% include "quillet/admin/_dashboard_rows.html" %}
Title Status Published Actions
{% if next_cursor %}

{% endif %} {% else %}

No posts yet. Create one →

{% endif %} {% endblock %}