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

{{ subject }}

{{ body|safe }}
{% if social_links %} {% endif %}

{% 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 %} {# Newsletters carry their own footer (above) and are the organization's own branded mail, so they opt out of the shared base footer / attribution. #} {% block footer %}{% endblock %}