{% extends "newsletter/common.html" %} {% load i18n %} {% block title %}{% trans "Newsletter subscribe" %}{% endblock title %} {% block body %}
{% trans "Due to a technical error we were not able to submit your confirmation email. This could be because your email address is invalid." %}
{% trans "If the error persists, please don't hesitate to contact us at the following email address:" %} info@{{ current_site.domain }}
{% else %} {% if form.is_valid %}{% trans "Your subscription was successfully recieved and an activation email has been sent to you. In that email you will find a link which you need to follow in order to activate your subscription." %}
{% else %} {% endif %} {% endif %} {% endblock body %}