{% extends "admin/core/base.html" %} {% load static %} {% block page_title %}Proofing{% endblock page_title %} {% block title-section %}Proofing{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/proofing_manager_base.html" %} {% endblock breadcrumbs %} {% block body %}
{% for article in proofing_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 Proofing Manager:
{% for role in production_managers %} {% endfor %}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.