{{ article.pk }} - {{ article.safe_title }}

{% if type == "assignment" %}

Awaiting proofing manager assignment.

{% elif type == "assigned" %}

Proofing in progress.

{% endif %} {% if article.projected_issue %}

Projected Issue: {{ article.projected_issue.display_title }}

{% endif %}
{% if type == "assignment" %} Assign proofing manager Assign self {% elif type == 'assigned' %} Unassign View {% endif %}
{% if article.proofingassignment.proofing_manager %} {% include "elements/avatar.html" with user=article.proofingassignment.proofing_manager role="PM" %} {% endif %} {% include "elements/avatar.html" with user=article.correspondence_author role="Author" %}