{% extends "admin/core/base.html" %} {% load foundation %} {% load files %} {% load i18n %} {% block title %}Revision for {{ revision_request.article.title }}{% endblock title %} {% block title-section %}Revision for {{ revision_request.article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/review_base.html" with subpage="yes" %}
  • Revisions for {{ revision_request.article.safe_title }}
  • {% endblock breadcrumbs %} {% block body %}

    Information

    You have been asked to revise your article manuscript. If the editor has made peer review comments available for you to view, these will be visible below. The manuscript and any additional files are also listed below.

    Editor {{ revision_request.editor.full_name }} has made the decision {{ revision_request.get_type_display }} and provided the following note:

    {{ revision_request.editor_note|safe }}

    Reviews

    {% include "admin/elements/review/view_reviews.html" %}
    {% csrf_token %}

    Files

    Your article files are listed below. You can use the 'Upload Revised File' button next to each file to upload a new version of the file, or use the 'Upload New File' button to upload a new file.

     Upload New File {% for file in article.manuscript_files.all %} {% endfor %} {% for file in article.data_figure_files.all %} {% endfor %}
    Label Filename Type Uploaded Size Download Upload Revised File Delete
    {{ file.label }} {{ file.original_filename }} Manuscript {{ file.date_uploaded|date:"Y-m-d G:i" }} {% file_size file article %}    
    {{ file.label }} {{ file.original_filename }} Data/Figure {{ file.date_uploaded|date:"Y-m-d G:i" }} {% file_size file article %}    

    Responses

    In this section you can add a covering letter for the editor and a response letter that will be shared with the reviewers.

    {% include "elements/forms/errors.html" with form=form %}
    {{ form.author_note|foundation }}
    {{ form.response_letter|foundation }}

    If you want to save your responses and come back later, click the 'Save Responses' button below. Once you are ready to send your letters, see the 'Finishing Up' section below.

    Finishing Up

    {% trans "When you have completed your revisions and finished writing your covering letter, click the 'Submit Revisions' button below to finish. Please note that you will not be able to make any further changes to your letter or revisions once you click 'Submit Revisions'" %}

    {% if form.modal %} {% include "admin/elements/confirm_modal.html" with modal=form.modal form_id="do_revision" %} {% endif %} {% endblock body %} {% block js %} {% if form.modal %} {% include "admin/elements/open_modal.html" with target=form.modal.id %} {% endif %} {% endblock js %}