{% extends "admin/core/base.html" %} {% load static %} {% load roles %} {% load securitytags %} {% block title %}Production{% endblock title %} {% block title-section %}Production{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/production_manager_base.html" %} {% endblock breadcrumbs %} {% block body %} {% user_has_role request 'editor' as user_is_editor %} {% is_production as production %} {% is_editor as editor %} {% is_section_editor as section_editor %} {% include "admin/elements/core/deprecation_notice.html" with deprecation_notice="The Production workflow element is deprecated as of version 1.8 and will be removed in a future Janeway release. Please use the Typesetting workflow element instead." classes="bg-white" %}
{% for article in production_articles %}| Authors | Section | License | Language |
|---|---|---|---|
| {{ article.author_list }} | {{ article.section.name }} | {{ article.license }} | {{ article.get_language_display }} |
Below is a list of tasks that are required to be complete in order to move the article to the next stage.
Assign Production Manager:
{% for production_manager in production_managers %} {% endfor %}