{% 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 %}
{{ _('You have been unsubscribed.') }}