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

All transactions associated with this Bill will be reversed as of today {% now "jS F Y" %}.

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