{% extends "emails/base.html" %} {% load i18n %} {% block content %}

{{ subject }}

{{ body|safe }}

{% blocktranslate %}You are receiving this email because you subscribed to {{ newsletter_title }}.{% endblocktranslate %}

{% blocktranslate %}If you no longer wish to receive these emails, you can unsubscribe from this newsletter.{% endblocktranslate %}

{% endblock %}