{% extends "cfp/event/base.html" %} {% 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 %} 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 %}
{% csrf_token %}

{% trans "Go back" %}

{% endblock %}