{{ task.assignment.article.safe_title }}

Requested due date: {{ task.due|date:"Y-m-d" }}

{% if type == "new" %}

Awaiting your decision.

{% elif type == "active" %}

Production in progress.

{% else %}

Production Complete

{% endif %}

Task: {{ task.typeset_task|safe }}

{% if type == "new" %} Accept Task Decline Task {% elif type == 'active' %} View Task {% endif %}
{% if task.assignment.production_manager%} {% include "elements/avatar.html" with user=task.assignment.production_manager role="PM" %} {% endif %} {% include "elements/avatar.html" with user=task.assignment.article.correspondence_author role="Author" %} {% for task in task.assignment.typeset_tasks %} {% include "elements/avatar.html" with user=task.typesetter role="TS" %} {% endfor %}