{% extends "cfp/event/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block title %}{{ submission.title }} :: {% endblock title %} {% block cfp_header %} {% include "cfp/includes/forms_header.html" %} {% endblock cfp_header %} {% block content %}
{% include "cfp/includes/user_submission_header.html" %}
{% blocktranslate trimmed %} Congratulations on your acceptance! {% endblocktranslate %} {% if form.availabilities %} {% blocktranslate trimmed %} Please provide us with your available hours during the event, so that we can schedule your event accordingly: {% endblocktranslate %}

{% endif %}
{% csrf_token %} {% if form.availabilities %} {% include "common/availabilities.html" %} {{ form.availabilities.as_field_group }}
{{ form.availabilities.help_text }}
{% endif %}

{% 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 %}

{% endblock content %}