{% extends 'production/base.html' %} {% block breadcrumb_items %} Production page {% endblock %} {% block pagetitle %}: Production page{% endblock pagetitle %} {% load bootstrap %} {% load scipost_extras %} {% load submissions_extras %} {% block content %}

Production

Production streams

{% for stream in streams %} {% endfor %}
Submission Target Journal Status Latest activity
Submission accepted
Has supervisor Production officer
Invitations officer
{{ stream.submission.title }}
by {{ stream.submission.author_list }}
{{ stream.submission.editorial_decision.for_journal }}
{{ stream.get_status_display }}
{% if stream.submission.editorial_decision.status == stream.submission.editorial_decision.AWAITING_PUBOFFER_ACCEPTANCE %}
Wait! author
acceptance of puboffer
required!
{% endif %}
{{ stream.latest_activity|timesince }} ago
{{ stream.opened|timesince }} ago
{% if stream.supervisor %} {% include 'bi/check-circle-fill.html' %} {{ stream.supervisor }} {% else %} {% include 'bi/x-circle-fill.html' %} {% endif %} {% if stream.officer %} {% include 'bi/check-circle-fill.html' %} {{ stream.officer }} {% else %} {% include 'bi/x-circle-fill.html' %} {% endif %}
{% if stream.invitations_officer %} {% include 'bi/check-circle-fill.html' %} {{ stream.invitations_officer }} {% else %} {% include 'bi/x-circle-fill.html' %} {% endif %}

My Timesheet

{% if perms.scipost.can_view_timesheets %} See team timesheets {% endif %}
{% for log in request.user.work_logs.all %} {% empty %} {% endfor %}
Date Comment Stream Log type Duration
{{ log.work_date }} {{ log.comments }} {{ log.content }} {{ log.log_type }} {{ log.duration|duration }}
No logs found.
{% if perms.scipost.can_promote_user_to_production_officer %}

Production Tream

Current Production Team

{% if new_officer_form %}

Promote user to Production Officer

{% csrf_token %} {{ new_officer_form|bootstrap }}
{% endif %}
{% endif %}
{% endblock content %}