{% extends "store/base.html" %} {% block title %}Confirm delete{% endblock %} {% block content %}
{% csrf_token %}
Delete delivery record
Are you sure you want to delete the delivery record "{{ object.item.name }}"
Cancel
{% endblock content %}