{# vim: set ts=2 et sts=2 sw=2: #} {% extends "base.html" %} {% set title = _('Unsubscribe') %}{# Having this change to "Unsubscribed" draws my eye and bothers me. #} {% set crumbs = [(None, title)] %} {% block content %}

{{ _('Unsubscribed') }}

{{ _('You have been unsubscribed.') }}

{% endblock %}