{% 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 field in form.refereeing_cycle %}

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

{% for error in field.errors %} {{ error }} {% endfor %} {% endfor %}