{% extends "quillet/base.html" %} {% block title %} {% if state == 'confirm' %}Unsubscribe? {% elif state == 'unsubscribed' %}Unsubscribed {% else %}Invalid link {% endif %} — {{ newsletter.name }} {% endblock %} {% block content %} {% if state == 'confirm' %}
Stop emails from {{ newsletter.name }}?
{% elif state == 'unsubscribed' %}You've been removed from {{ newsletter.name }}. You won't receive any more emails.
{% else %}This unsubscribe link is invalid.
{% endif %} {% endblock %}