{% 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 Bill {{ bill.bill_number }}

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

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