{% extends 'production/base.html' %} {% block breadcrumb_items %} {{block.super}} Delete production event {% endblock %} {% load bootstrap %} {% block content %}

Delete production event

{% include 'submissions/_submission_card_content.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 %}