{% extends 'base.html' %} {% load static %} {% block content %}
Delete Order

{% csrf_token %}

Are you sure you want to delete order with id"{{ object.id }}"?

{{ form }}

{% endblock content %}