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

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

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

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