+{% extends "contact/thanks.html" %}
+{% load i18n %}
+
+{% block contact_form_description %}
+
+<p class="notice">{% trans "Thank you for submitting your proposal." %}</p>
+
+<p class="notice">{% trans "Your submission can be modified until June 11th using the unique link sent to you by e-mail." %}</p>
+
+<p class="notice">{% trans "We will inform you of the open call results by the end of June." %}</p>
+
+{% endblock %}
+