{% 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
{% if perms.scipost.can_assign_production_officer and assignment_form %}