{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block title %}{% trans "Your submission" %} :: {% endblock %} {% block content %}

{% trans "Your submission:" %} {{ submission.title }}

{% trans "Current state of your submission:" %} {% include "cfp/event/fragment_state.html" with state=submission.state %}

{% blocktrans trimmed %} Congratulations on your acceptance! Please provide us with your available hours during the event, so that we can schedule your event accordingly:

{% endblocktrans %}

{% csrf_token %} {% bootstrap_field form.availabilities layout='inline' %} {% blocktrans trimmed %} By confirming your submission, you agree that you are able and willing to participate in this event and present the content of this submission.
The submission data, such as title, abstract, description, and any uploads you provided, will be publicly available once the submission is confirmed. {% endblocktrans %}
{% trans "Go back" %}
{% endblock %}