{% extends "base.html" %} {% load static %} {% block page_head %} Delete Invoice | Indous Technologies {% endblock page_head %} {% block content %}

Delete Invoice

Back to List

Are you sure you want to delete "{{ invoice.product.name }} - {{ invoice.client.name }}"?

{% csrf_token %} Cancel
{% endblock content %}