{% extends "admin/core/base.html" %}} {% load securitytags %} {% load files %} {% load static %} {% load foundation %} {% load hooks %} {% load bool_fa %} {% load i18n %} {% block title %}Article Archive {{ article.pk }}{% endblock title %} {% block title-section %}{% if article.stage == 'Rejected' %}Rejected Article {% else %}Article Archive{% endif %} {{ article.pk }}{% endblock %} {% block title-sub %}{{ article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Article Archive
  • {% endblock breadcrumbs %} {% block body %}

    Metadata

    {% trans 'Edit Article Images' %} {% if not article.stage == 'Rejected' %} {% trans 'Edit Publication Info' %} {% endif %} {% if article.is_remote %}{% trans 'Remote Article View' %} {% endif %} {% hook 'request_edit' %}
    {% include "elements/metadata.html" %}

    Publisher Notes

     Add a publisher note
    {% include "elements/publisher_notes.html" %}

    Galleys

    Edit Galleys
    {% if request.user.is_admin %} {% endif %} {% for galley in galleys %} {% can_view_file galley.file as can_view_file_flag %} {% can_edit_file galley.file article as can_edit_file_flag %} {% can_view_file_history galley.file article as can_view_file_history_flag %} {% if request.user.is_admin %} {% endif %} {% empty %} {% endfor %}
    Label Filename Type Public Edit Download Replace History Create PDF Create EPUBEdit in Admin
    {{ galley.label }} {{ galley.file.original_filename|truncatechars:40 }} Galley {{ galley.public|bool_fa }} {% if can_view_file_flag %}  {% endif %} {% if can_edit_file_flag %}  {% endif %} {% if can_view_file_history_flag %}  {% endif %} {% if galley.file.mime_type == 'application/xml' and not galley.has_missing_image_files %}   {% elif not galley.file.mime_type == 'application/xml' %} Function for XML only. {% elif galley.file.mime_type == 'application/xml' and galley.has_missing_image_files %}

    Missing Supplements

    {% endif %}
    {% if galley.file.mime_type == 'application/xml' and not galley.has_missing_image_files %}   {% elif not galley.file.mime_type == 'application/xml' %} Function for XML only. {% elif galley.file.mime_type == 'application/xml' and galley.has_missing_image_files %}

    Missing Supplements

    {% endif %}
     Edit in Admin
    No galleys have been uploaded.
     Upload a new galley
    {% include "elements/production/new_galley.html" %}

    Issues

    Issue Manager
    {% for issue in article.issues_list %} {% empty %} {% endfor %}
    Title Volume Issue
    {% if issue.issue_title %}{{ issue.issue_title }}{% else %}No title{% endif %} {{ issue.volume}} {{ issue.issue }}  Edit
    Article isn't in any issues.
    {% if article.stage == 'Rejected' %}

    Actions

    {% if assigned_editors %} {% trans 'Review' as stage %} {% else %} {% trans 'Unassigned' as stage %} {% endif %}

    {% blocktrans %}You will have the opportunity to send an email to the author, and then the article will move back to the {{ stage }} stage.{% endblocktrans %}

    {% endif %} {% endblock body %} {% block js %} {% endblock %}