{% extends 'base.html' %} {% block title %}Delete Purchase Order{% endblock %} {% block content %}

Delete Purchase Order

Back to Purchase Orders
Confirm Deletion

Are you sure you want to delete the purchase order "{{ purchase_order.order_number }}"?

This action cannot be undone.

{% csrf_token %}
Cancel
{% endblock %}