{% extends "newsletter/common.html" %} {% load i18n %} {% block title %}{% trans "Newsletter update" %}{% endblock title %} {% block body %}

{% trans "Newsletter update" %} {{ newsletter.title }}

{% if error %}

{% 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@ladyboys.com

{% else %} {% if form.is_valid %}

{% trans "Your update request was succesfully received 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 update your subscription." %}

{% else %}
{{ form.as_p }}

{% endif %} {% endif %} {% endblock body %}