{% extends "emails/base.html" %} {% load i18n %} {% block content %}
{% translate "Hello there," %}
{% blocktranslate %}You (or someone using your email address) requested to subscribe to {{ newsletter_title }} from {{ organization_name }}.{% endblocktranslate %}
{% translate "Please confirm your subscription by clicking the button below:" %}
{% translate "If you didn't request this, you can safely ignore this email - you will not be subscribed unless you click the link above." %}
{% translate "Best regards," %}
{% blocktranslate %}{{ organization_name }}{% endblocktranslate %}