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