{% extends "newsletter/common.html" %} {% load i18n %} {% block title %}{% trans "Newsletter" %} {{ newsletter.title }} {{ action }} {% trans "activate" %}{% endblock title %} {% block body %}

{% trans "Newsletter" %} {{ newsletter.title }} {{ action }} {% trans "activate" %}

{% trans "You have successfully been unsubscribed." %}

{% endblock body %}