{% extends 'scipost/_personal_page_base.html' %} {% block breadcrumb_items %} {{block.super}} Production streams Delete production event {% endblock %} {% load bootstrap %} {% block content %}

Delete production event

{% include 'submissions/_submission_card_content_sparse.html' with submission=object.stream.submission %}
{% csrf_token %}

Are you sure you want to delete this production event?

{{ object.get_event_display }}

noted {{ object.noted_on }} by {{ object.noted_by }}

{% if object.comments %}
{{ object.comments|linebreaks }}
{% endif %}
{% endblock content %}