{% extends 'events/registration/emails/base_registration_details.html' %} {% block registration_subject -%} Registration modification {%- endblock %} {% block registration_header -%}

Dear {{ registrant.getFullName(firstNameFirst=true, title=false) }},

Your registration for the event {{ event.getTitle() }} has been successfully modified.

{%- if needs_to_pay %}

Please, do not forget to proceed with your payment in case you haven't done it yet.

{%- endif %} {%- endblock %}