{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: submit manuscript{% endblock pagetitle %} {% block content %}
{% csrf_token %}

Possible Resubmissions

The system has found {{ submissions|length|pluralize:'a Submission,Submissions' }} for which you are a verified author. If you wish to submit a new version for {{ submissions|length|pluralize:'this Submission,one of these Submissions' }}, please use the "Resubmit this Submission" buttton below.

    {% for submission in submissions %}
  • {{ submission.title }}
    {{ submission.author_list }}
    Preprint number: {{ submission.preprint.identifier_w_vn_nr }}
    {% if not submission.open_for_resubmission %} This submission is still undergoing peer refereeing. A resubmission can only be performed after request from the Editor-in-charge. Please wait until the closing of the previous refereeing round and formulation of the Editorial Recommendation before proceeding with a resubmission. {% else %} {% endif %}
  • {% endfor %}

If you wish to submit a new Submission, please .

{% endblock content %}