{# vim: set ts=2 et sts=2 sw=2: #} {% extends "tidings/base.html" %} {% load i18n %} {% block head_title %}{% trans "Unsubscribe" %}{% endblock %} {% block content %}

{% trans "Are you sure you want to unsubscribe?" %}

{# TODO: Once Watches know how to describe themselves, print that description. #}
{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}