{% load bootstrap %} {% load guardian_tags %} {% load scipost_extras %} {% 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_without_duration non_editable=1 %}

Work Log

{% include 'partials/finances/logs.html' with logs=stream.work_logs.all %} {% if stream.total_duration %}

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

{% endif %} {% endblock %} {% if "can_work_for_stream" in sub_perms %}

Proofs

{% endif %}