{% load bootstrap %} {% load scipost_extras %}
{% include 'submissions/_submission_card_content_sparse.html' with submission=stream.submission %}

Events

{% include 'production/_production_events.html' with events=stream.productionevent_set.all %}
{% if stream.total_duration %}

Total duration for this stream: {{ stream.total_duration|duration }}

{% endif %} {% if perms.scipost.can_publish_accepted_submission %}

Mark this stream as completed

{% endif %}
{% if form %}

Add an event to this production stream:

{% csrf_token %} {{ form|bootstrap }}
{% endif %}