{# vim: set ts=2 et sts=2 sw=2: #} {% extends "base.html" %} {% set title = _('Unsubscribe') %} {% set crumbs = [(None, title)] %} {% block content %}

{{ title }}

{# L10n: {0} is an object title, {1} is an object type. #}

{{ _('Do you want to stop receiving email notifications from the {1} {0}?')|fe(watched, watch.content_type) }}

{{ csrf() }}
{% endblock %}