{% extends 'base.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block title %} {% trans "Delete Journal Entry" %} {% endblock %} {% block content %}

{% trans "Confirm Deletion" %}

{% blocktrans %}Are you sure you want to delete the journal entry? This action cannot be undone.{% endblocktrans %}

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