{% extends "newsletter/common.html" %} {% block title %}{{ _('Newsletter update') }}{% endblock title %} {% block body %}

{{ _('Newsletter update') }} {{ newsletter.title }}

{% if error %}

{{ _('Due to a technical error we were not able to submit your confirmation email. This could be because your email address is invalid.') }}

{% else %}
{% csrf_token %} {{ form.as_p() }}

{% endif %} {% endblock body %}