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

{% trans "Newsletter subscribe" %} {{ 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." %}

{% comment %} Replace the the following dummy with a valid email address and remove this comment.

{% trans "If the error persists, please don't hesitate to contact us at the following email address:" %} office@realitylab.at

{% endcomment %} {% else %}
{% csrf_token %} {% crispy form %}
{% endif %} {% endblock body %}