{% load i18n %}

{% trans "Here you can register yourself to the newsletter" %}

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %}

{% trans "Prename" %}

{% trans "Lastname" %}

{% trans "Birthdate" %}

{% trans "Email address" %}