{% csrf_token %}

This submission is a resubmission, please choose which submission cycle to proceed with

{% for choice in form.refereeing_cycle %}
{{choice.tag}}

{{choice.choice_label}}

{% if choice.choice_value == 'short' %} Run a speedy refereeing round: two weeks, with option of reinviting previous referees {% elif choice.choice_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 %}