{% extends "base.html" %} {%load i18n %} {% block title %}{% trans "Confirm Delete"%} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Confirm Deletion" %}

{% trans "Are you sure you want to delete the Purchase Order" %} "{{ object.po_number }}"?

{% csrf_token %} {% trans "Cancel" %}
{% endblock %}