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

Officers

    {% for officer in stream.officers.all %}
  • {{ officer }}{% if perms.scipost.can_assign_production_officer %} · Remove from stream{% endif %}
  • {% empty %}
  • No Officer assigned yet.
  • {% endfor %}

Events

{% include 'production/partials/production_events.html' with events=stream.events.all %}
{% if perms.scipost.can_publish_accepted_submission or perms.scipost.can_assign_production_officer %}

Actions

{% endif %}
{% if prodevent_form %}

Add an event to this production stream:

{% csrf_token %} {{ prodevent_form|bootstrap }}
{% endif %}