{% extends "orga/submission/base.html" %} {% load i18n %} {% block submission_content %} {% translate "Do you really want to change the state of this proposal?" %} {% include "cfp/event/fragment_state.html" with state=submission.state %} {% include "cfp/event/fragment_state.html" with state=target %}
{% csrf_token %}
{% translate "Back" %}
{% endblock %}