{% extends "base.html" %} {% block content %}

Delete Income

⚠️

Warning: This action cannot be undone

You are about to permanently delete this income record.

Are you sure you want to delete the following record?

Description

{{ income.description }}

Amount

£{{ income.amount }}

Date

{{ income.date }}

Quarter

{{ income.quarter }}

{% if income.client_name %}

Client

{{ income.client_name }}

{% endif %}

Category

{{ income.category.name }}

{% csrf_token %} No, Keep It Back to List
{% endblock %}