{% blocktrans with name=registrant.first_name %}Hello {{ name }},{% endblocktrans %}

{% blocktrans with title=event.title start_dt=event.start_dt %}Your registration for {{ title }} on {{ start_dt }} is incomplete and pending payment.{% endblocktrans %}

{% trans "To ensure your spot at the event, please view your invoice and make an online payment." %}

{% trans "View Invoice" %}

{% trans "If you are unable to attend this event, please cancel your registration." %}

{% trans "Cancel Registration" %}


{% trans "Thanks!" %}
{{ site_name }}