{% extends "newsletter/common.html" %} {% load i18n %} {% block title %}{% trans "Newsletter" %} {{ newsletter.title }} {{ action }} {% trans "activate" %}{% endblock title %} {% block body %} <h1>{% trans "Newsletter" %} {{ newsletter.title }} {{ action }} {% trans "activate" %}</h1> <p>{% trans "You have successfully been unsubscribed." %}</p> {% endblock body %}