{% extends "cfp/event/base.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% block title %}{{ proposal.title }} :: {% endblock title %} {% block content %} {% include "cfp/includes/user_submission_header.html" %}
{% csrf_token %}

{% translate "Withdraw proposal" %}

{% blocktranslate trimmed %} Do you really want to withdraw your proposal? {% endblocktranslate %}

{{ phrases.base.back_button }} {% translate "You will not be able to revert this action." %}

{% endblock content %}