{% load i18n %}
-{% blocktrans %}Thank you for submitting the registration form at {{ site_name }}.{% endblocktrans %}
-{% trans "Your submission has been referred to the project coordinator." %}
+{% comment %}{% blocktrans %}Thank you for submitting the registration form at {{ site_name }}.{% endblocktrans %}{% endcomment %}
+{% blocktrans with conf=form.conference_name %}Thank you for registering to the {{conf}} conference.
+Please arrive early to obtain your name badge and conference materials.{% endblocktrans %}
--
{% trans "Message sent automatically. Please do not reply to it." %}