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

Are you sure you want to delete Entity {{ entity.name }}?

All data associated with this entity will be deleted.

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