{% extends "orga/submission/base.html" %} {% load i18n %} {% load bootstrap4 %} {% block submission_content %}

{% include "cfp/event/fragment_state.html" with state=submission.state %} {% include "cfp/event/fragment_state.html" with state=target %}

{% translate "Please confirm that you really want to change the state of this proposal." %}

{% csrf_token %} {% bootstrap_field form.pending %}
{% translate "Back" %}
{% endblock %}