{% extends 'base.html' %} {% load humanize %} {% block title %}Delete Expense - HAVEN GRAZURI ADVANCE{% endblock %} {% block content %}
Back to Expense

🗑️ Delete Expense

⚠️

Warning: This action cannot be undone. The expense record will be permanently deleted.

You are about to delete the following expense:

Title: {{ expense.title }}
Amount: KES {{ expense.amount|floatformat:2|intcomma }}
Category: {{ expense.get_category_display }}
Status: {{ expense.get_status_display }}
{% csrf_token %}
Cancel
{% endblock %}