{% load i18n %}
{% trans "Dear" %} {{ subscription.email }},
{% trans "Thank you for subscribing to our newsletter." %}
{% trans "Please clickt the following link to verify your subscription." %}
https://{{ request.get_host}}{% url "newsletter_verify" uuid=subscription.verification_token %}
{% trans "If you did not subscribe to our newsletter, you can just ignore this email. The subscription is only active, when it has been verified." %}
{% trans "Regards" %}