{% extends "admin/core/base.html" %} {% load foundation %} {% load files %} {% block title %}Revision Request{% endblock title %} {% block admin-header %}Revision Request{% endblock %} {% block title-sub %}#{{ article.pk }} / {{ article.correspondence_author.last_name }} / {{ article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/review_base.html" with subpage="yes" %}
Details of the current article files and revision actions are listed below. The author had the opportunity to provide a covering letter.
{% if revision_request.type == 'major_revisions' %}N.B. This article has had Major Revisions requested. It should undergo another round of review.
{% endif %}| Date Requested | Requested By | Revision Type | Date Due | Date Completed |
|---|---|---|---|---|
| {{ revision_request.date_requested|date:"Y-m-d" }} | {{ revision_request.editor.full_name }} | {{ revision_request.get_type_display }} | {{ revision_request.date_due|date:"Y-m-d" }} | {% if revision_request.date_completed %}{{ revision_request.date_completed }}{% else %}Underway{% endif %} |
| Date Logged | Action |
|---|---|
| {{ action.logged|date:"Y-m-d Hm" }} | {{ action.text }} |
| No actions logged. | |