{% 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 {{ uom_model }}

{#
#} {#

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

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