{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% csrf_token %}

Are you sure you want to delete Invoice {{ invoice.invoice_number }}

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

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