{% include 'production/partials/production_events.html' with events=stream.events.all %}
{% include 'production/partials/production_events.html' with events=stream.events.all %}
{% if perms.scipost.can_publish_accepted_submission or perms.scipost.can_assign_production_supervisor or "can_perform_supervisory_actions" in sub_perms %}
{% if "can_work_for_stream" in sub_perms %}
<h3>Actions</h3>
{% if perms.scipost.can_publish_accepted_submission or perms.scipost.can_assign_production_supervisor and perms.scipost.can_assign_production_officer %}
<ul>
<h3>Actions</h3>
{% if perms.scipost.can_assign_production_supervisor and assign_supervisor_form %}
<ul>
<li>
{% if perms.scipost.can_assign_production_supervisor and assign_supervisor_form %}
<ahref="javascript:;"data-toggle="toggle"data-target="#add_supervisor_{{stream.id}}">Assign Production Supervisor to this stream</a>