{% extends "cfp/event/base.html" %} {% load i18n %} {% load static %} {% block title %}{{ submission.title }} :: {% endblock title %} {% block cfp_stylesheets %} {% endblock cfp_stylesheets %} {% block content %}
{% include "cfp/includes/user_submission_header.html" %}
{% blocktranslate trimmed %} Do you really want to discard your draft proposal? All data will be lost. {% endblocktranslate %}
{% include "orga/includes/base_form.html" %}
{% endblock content %}