{% extends 'production/partials/production_stream_card_completed.html' %}
{% load bootstrap %}
{% block actions %}
{% include 'production/partials/stream_status_changes.html' with form=status_form stream=stream %}
Events
{% include 'production/partials/production_events.html' with events=stream.events.all %}
{% if prodevent_form and "can_work_for_stream" in sub_perms %}
Add message and/or hours to the Stream
{% endif %}
{% if perms.scipost.can_publish_accepted_submission or perms.scipost.can_assign_production_supervisor or "can_perform_supervisory_actions" in sub_perms %}
Actions
{% if perms.scipost.can_assign_production_supervisor and assign_supervisor_form %}