{% 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' %}

Unsubscribe?

Stop emails from {{ newsletter.name }}?

Cancel
{% elif state == 'unsubscribed' %}

Unsubscribed

You've been removed from {{ newsletter.name }}. You won't receive any more emails.

{% else %}

Invalid link

This unsubscribe link is invalid.

{% endif %} {% endblock %}