{% extends "admin/core/base.html" %} {% load static itertools roles securitytags %} {% load hooks %} {% block title %}Review {{ article.title }}{% endblock %} {% block title-section %}Peer Review{% endblock %} {% block title-sub %}#{{ article.pk }} / {{ article.correspondence_author.last_name|se_can_see_pii:article }} / {{ article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/review_base.html" %} {% endblock breadcrumbs %} {% block body %}
{% trans 'This paper has not had an automatic plagiarism check. If you wish to do so you can run a' %} {% trans 'Similarity Check via iThenticate' %} .
{% blocktrans %} These files are the versions sent out to reviewers in Round {{ round.round_number }} of review. {% endblocktrans %}
{% for file in round.review_files.all %} {% empty %}Click "Add Files" to select files for review.
| Date Requested | Date Due | Type | Date Completed | |
|---|---|---|---|---|
| {{ revision_request.date_requested|date:"Y-m-d" }} | {{ revision_request.date_due|date:"Y-m-d" }} | {{ revision_request.get_type_display }} | {% if revision_request.date_completed %} {{ revision_request.date_completed|date:"Y-m-d" }}{% else %} Underway{% endif %} |
{% if revision_request.date_completed %}
View
{% else %}
|
{% blocktrans %} The latest manuscript and figure files for this article. When a revision task is completed these will be updated with the latest versions from the authors. {% endblocktrans %}
| File ID | File Name | Uploaded | Download | |
|---|---|---|---|---|
| {{ file.pk }} | {{ file.original_filename }} | {{ file.date_uploaded|date:"Y-m-d G:i" }} | ||