{% spaceless %}
Hello {{ registration.member }}!
This is to confirm that your registration for the {{ registration.event }} has been successfully withdrawn.
{% if registration.event.registration_possible %}{% url "events:registrations:registration-create" registration.event.slug as registration_url %} You can register again until {{ registration.event.registration_end|date }} at the following url: {{ root_url }}{{ registration_url }}.
{% endif %}
Best,
The organizers of the {{ registration.event }}.