{% extends "admin/core/base.html" %} {% load static %} {% block title %}Copyediting {{ article.title }}{% endblock %} {% block title-section %}Copyediting{% endblock %} {% block title-sub %}#{{ article.pk }} / {{ article.correspondence_author.last_name }} / {{ article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/copyediting_base.html" %} {% endblock breadcrumbs %} {% block body %}
{% for assignment in copyeditor_assignments %}

Assignment #{{ forloop.counter }}

{% if assignment.copyeditor_completed %} Review Copyedit{% endif %}
Copyeditor Requested Due Action Log
{{ assignment.copyeditor.full_name }}   {{ assignment.assigned|date:"Y-m-d" }} {{ assignment.due|date:"Y-m-d" }} {% if assignment.decision or assignment.copyedit_reopened %} {% for item in assignment.copyedit_log %} {% if item.date %} {{ item.event }} - {{ item.date }}
{% endif %} {% endfor %} {% else %} Awaiting response {% endif %}
{% if not assignment.decision %} Edit Show menu {% else %} Review {% endif %} {% if request.user.is_admin %}   Admin {% endif %}
{% if assignment.author_reviews %}

Author Reviews

{% for review in assignment.author_reviews %} {% endfor %}
Requested Notified Decision Decision Date
{{ review.assigned|date:"Y-m-d" }} {% if not review.notified %} Send Notification{% endif %} {% if review.decision %} {{ review.get_decision_display }} {% else %} Awaiting response{% endif %} {% if review.date_decided %} {{ review.date_decided|date:"Y-m-d" }}{% else %}--{% endif %} {% if review.decision %} Review {% else %} Delete Author Review {% endif %}
{% endif %}
{% empty %}

Copyediting Assignments

This article does not yet have any copyediting assignments.

{% endfor %}

Status

This article is currently in the {{ article.stage }} stage.

Steps

{{ journal_settings.general.copyediting_steps|safe }}
{% include "admin/elements/summary_modal.html" %} {% include "elements/copyediting/complete_copyediting.html" %} {% endblock body %} {% block js %} {% include "elements/notes/note_script.html" %} {% endblock js %}