{% load bootstrap %}
{% csrf_token %}

This submission is a resubmission

Please choose which submission cycle to proceed with, and (if relevant) specify which referees you’d like to reinvite:

{% for widget in form.refereeing_cycle.subwidgets %}

{{ widget.help_text|safe }} {% if widget.data.value == 'short' %} Run a speedy refereeing round: two weeks, with option of reinviting previous referees {% elif widget.data.value == 'direct_rec' %} Immediately write an editorial recommendation. {% else %} Run a new full refereeing round: four weeks as usual, can invite previous referees and/or new ones. {% endif %}

{% endfor %} {% for error in form.refereeing_cycle.errors %} {{ error }} {% endfor %}