{% extends 'base.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block content %}
{% csrf_token %}

Are you sure you want to delete Purchase Order {{ po_model.po_number }}?

All transactions associated with this Purchase Order will be deleted. If you want to void the PO instead, click here

{% trans 'Go Back' %}
{% endblock %}