{% spaceless %}

Hello {{ registration.member }}!

This is to confirm that you successfully registered for the {{ registration.event }}.

{% if registration.event.registration_possible %}

You can update, view or withdraw your registration until {{ registration.event.registration_end|date }} at the following url: {{ root_url }}{{ registration.get_absolute_url }}.

{% endif %}

Best,
The organizers of the {{ registration.event }}.

{% endspaceless %}