{% extends "admin/core/base.html" %} {% load static roles i18n securitytags %} {% block title %}Unassigned {{ article.title }}{% endblock %} {% block title-section %}Unassigned{% 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/unassigned_base.html" %}
  • {{ article.safe_title }}
  • {% endblock breadcrumbs %} {% block body %} {% user_has_role request 'editor' as is_editor %} {% can_see_pii_tag article as can_see_pii %}

    Summary of Article

     Edit Metadata
    {% if journal_settings.general.submission_summary %} {% endif %} {% if request.journal.submissionconfiguration.competing_interests %} {% endif %} {% for field_answer in article.fieldanswer_set.all %} {% endfor %}
    Section Owner Licence Language
    {{ article.section.name }} {{ article.owner.full_name|se_can_see_pii:article }} {{ article.license.short_name }} {{ article.get_language_display }}
    Started Submitted
    {{ article.date_started }} {{ article.date_submitted }}
    Abstract
    {{ article.abstract|safe }}
    Non Specialist Summary
    {% if article.competing_interests %}{{ article.non_specialist_summary|safe }} {% else %} No Summary Supplied {% endif %}
    Comments to Editor
    {{ article.comments_editor|safe|default:"No comment recorded" }}
    Competing Interests
    {% if article.competing_interests %}{{ article.competing_interests|safe }}{% else %}No CI{% endif %}
    {{ field_answer.field.name }}
    {{ field_answer.answer|safe }}
    {% include "elements/author_summary_table.html" %}
    {% if article.projected_issue %}

    {% trans "This article is projected to be published as part of" %} {{ article.projected_issue.display_title }}.

    {% else %}

    {% trans "This article is not projected to be published as part of any issue." %}

    {% endif %}

    Files

    {% if journal_settings.crosscheck.enable %}

    {% trans 'To check an article for possible plagiarism, you can send an article for an automated Similarity Check via iThenticate by clicking Send below. The report then takes a few minutes to be generated, so refresh this page; results will be displayed under Similarity Check when ready.' %}

    {% endif %} {% if can_see_pii %} {% endif %} {% if journal_settings.crosscheck.enable %} {% endif %} {% csrf_token %} {% for file in article.manuscript_files.all %} {% if can_see_pii %} {% endif %} {% if journal_settings.crosscheck.enable %} {% endif %} {% endfor %} {% for file in article.data_figure_files.all %} {% endfor %}
    Label Filename Type Uploaded Download ReplaceFile HistorySimilarity Check
    {{ file.label }} {{ file.original_filename }} Manuscript {{ file.last_modified|date:"Y-m-d G:i" }}      {% if not article.ithenticate_id %} {% else %}  View Report {% if article.ithenticate_score %} ({{ article.ithenticate_score }} %){% else %}(Score Pending){% endif %} {% endif %}
    {{ file.label }} {{ file.original_filename }} Data/Figure {{ file.last_modified|date:"Y-m-d G:i" }}   n/a
    {% if is_editor or request.user in section_editors and request.user not in editors %}

    Editors

    {% for assignment in article.editors %} {% empty %} {% endfor %}
    Name Email Type
    {{ assignment.editor.full_name }} {{ assignment.editor.email }} {{ assignment.editor_type|capfirst }} Remove
    No users assigned

    Add Editors

    {% for account_role in editors %} {% endfor %} {% for account_role in section_editors %} {% endfor %} {% if not section_editors and not editors %} {% endif %}
    Name Email Type
    {{ account_role.user.full_name }} {{ account_role.user.email }} Editor Add
    {{ account_role.user.full_name }} {{ account_role.user.email }} Section Editor Add
    No matches
    {% endif %}

    Actions

    {% if article.stage == 'Unassigned' and not article.stage == 'Assigned' %} {% if journal_settings.crosscheck.enable and not article.ithenticate_id %}
    {% 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' %} .

    {% endif %} {% if article.editors %} {% else %}
    Before you can perform actions on an article you must assign an Editor.
    {% endif %} {% else %}
    Article is no longer in the unassigned stage.
    {% endif %}
    {% endblock body %} {% block js %} {% include "admin/elements/datatables.html" with target="#editors" page_length=5 %} {% endblock js %}