{% extends "cfp/event/base.html" %} {% load form_media %} {% load i18n %} {% block title %}{{ submission.title }} :: {% endblock title %} {% block scripts %} {% form_media always_base=True %} {% endblock scripts %} {% block content %}
{% include "cfp/includes/user_submission_header.html" %}

{% blocktranslate trimmed %} Congratulations on your acceptance! {% endblocktranslate %}

{% blocktranslate trimmed %} By confirming your proposal, you agree that you are able and willing to participate in this event and present the content of this proposal. The proposal data, such as title, abstract, description, and any uploads you provided, can be made publicly available once the proposal is confirmed. {% endblocktranslate %}

{% if form.availabilities %} {% blocktranslate trimmed %} Please provide us with your available hours during the event, so that we can schedule your session accordingly: {% endblocktranslate %}

{% endif %}
{% include "orga/includes/base_form.html" %}
{% endblock content %}