{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Invoices - Delete Invoice
Delete an invoice from the system
Deleting invoice {{ object.number or object.id }}
{% csrf_token %} Are you sure you wish to delete invoice {{ object.number or object.id }}? {% buttons %} Cancel {% endbuttons %}
{% endblock %}