{% extends 'events/registration/emails/base_registration_details.html' %} {% block registration_subject -%} Registration received, pending approval {%- endblock %} {% block registration_header -%}

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

This message is to acknowledge receipt of your registration request to the event '{{ event.getTitle() }}'.

The request approval is still pending.

{%- if needs_to_pay %}

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

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