{% extends "admin/core/base.html" %} {% load static %} {% load foundation %} {% load files %} {% block title %}Article Copyediting{% endblock %} {% block title-section %}Article Copyediting{% endblock %} {% block css %}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/copyeditor_base.html" %} {% endblock breadcrumbs %} {% block body %}

Information

Article ID Assigned by Due
{{ copyedit.article.pk }} {{ copyedit.editor.full_name }} {{ copyedit.due }}
Note from Editor
{{ copyedit.editor_note }}
General Copyediting Guidelines
{{ journal_settings.general.copyediting_guidelines|safe }}

Article Files

{% for file in copyedit.files_for_copyediting.all %} {% endfor %}
Label Filename Download
{{ file.label }} {{ file.original_filename }}  

Copy-edited Files

 Upload File
{% for file in copyedit.copyeditor_files.all %} {% empty %} {% endfor %}
Label Filename Download
{{ file.label }} {{ file.original_filename }}  
There are no copy-edited files. Upload one.

Complete Task

{% include "elements/forms/errors.html" with form=form %}

You can add a note to the editor, they can pass any requests on to the Author for review.

{% csrf_token %} {{ form.copyeditor_note|foundation }}
{% endblock body %} {% block js %} {% include "elements/jqte.html" %} {% endblock js %}