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

{% csrf_token %}

{% trans "Withdraw submission" %}

{% blocktrans trimmed %} Do you really want to withdraw your submission? {% endblocktrans %}

{% trans "Go back" %} {% trans "You will not be able to revert this action." %}
{% endblock %}