{% load bootstrap %} {% load guardian_tags %} {% get_obj_perms request.user for stream as "sub_perms" %}
{% include 'submissions/_submission_card_content_sparse.html' with submission=stream.submission %}

Stream details

{% block actions %}

Events

{% include 'production/partials/production_events.html' with events=stream.events.all non_editable=1 %} {% endblock %}