{% extends "public/base.html" %} {% load i18n %} {% block title %}{% translate "Unsubscribed" %}{% endblock %} {% block body %}

{% translate "You've been unsubscribed" %}

{% blocktranslate %}You have been successfully unsubscribed from {{ newsletter_title }}. You will no longer receive emails from this newsletter.{% endblocktranslate %}

{% endblock %}