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

Events

    {% for event in stream.productionevent_set.all %} {% include 'production/_production_event_li.html' with event=event %} {% empty %}
  • No events were found.
  • {% endfor %}

{% if stream.total_duration %}

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

{% endif %}

Add an event to this production stream:

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