{% 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 }}
Label | Filename | Type | Public | Edit | Download | Replace | History | Create PDF | Create EPUB | {% if request.user.is_admin %}Edit in Admin | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|
{{ 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 %} |
{% if request.user.is_admin %}
Edit in Admin | {% endif %}|
No galleys have been uploaded. |
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. |
{% 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 %}