{% include 'production/partials/production_events.html' with events=stream.events.all %}
{% include 'production/partials/production_events.html' with events=stream.events.all %}
{% if "can_work_for_stream" in sub_perms %}
{% if "can_perform_supervisory_actions" in sub_perms %}
{% if perms.scipost.can_publish_accepted_submission or perms.scipost.can_assign_production_supervisor and perms.scipost.can_assign_production_officer %}
{% if perms.scipost.can_publish_accepted_submission or perms.scipost.can_assign_production_supervisor and perms.scipost.can_assign_production_officer %}
<h3>Actions</h3>
<h3>Actions</h3>
<ul>
<ul>
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<li>Production Officer:
<li>Production Officer:
{% if stream.officer %}
{% if stream.officer %}
<strong>{{ stream.officer }}</strong>
<strong>{{ stream.officer }}</strong>
{% if perms.scipost.can_assign_production_officer and "can_work_for_stream" in sub_perms %}
{% if perms.scipost.can_assign_production_officer and "can_perform_supervisory_actions" in sub_perms %}
·<ahref="{% url 'production:remove_officer' stream_id=stream.id officer_id=stream.officer.id %}"class="text-danger">Remove from stream</a>
·<ahref="{% url 'production:remove_officer' stream_id=stream.id officer_id=stream.officer.id %}"class="text-danger">Remove from stream</a>