{% 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 %}
{% 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 %}