{% load securitytags %} {% load next_url %} {% is_editor as editor %} {% is_section_editor as section_editor %} {% can_see_pii_tag article as can_see_pii %} {% if editor or section_editor %}
Editor Assignment {% for element in article.distinct_workflow_elements %} {{ element.element_name|capfirst }} {% endfor %}
{% if article.stage == 'Archived' %}

Note: This article has been archived.

{% endif %} {% endif %} {% if article.is_unsubmitted %}
{% include "submission/timeline.html" with data=article %}
{% endif %}