{% extends 'base.html' %} {% load kunj_filters %} {% block body %}
| Sl. No. | Donor Name | ID Type | ID Number | Address | Type of Donation | Mode of Receipt | Amount Received | Tax Section | Payment Date |
|---|---|---|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{income.donor}} | {{income.id_type}} | {{income.id_number|default:"—"}} | {{income.address|default:"—"}} | {{income.donation_type}} | {{income.mode_of_payment}} | ₹ {{income.received_amount}} | {{income.tax_section|default:"Not set"}} | {{income.payment_date|ddmmyyyy}} |
| No income records for this selection. | |||||||||
| Total | ₹ {{total_received}} | ||||||||