{% extends 'base.html' %} {% load static %} {% load kunj_filters %} {% block body %}
| Description | Target | Achieved | Progress | {% if user.user_type.user_permission.program_department_program_edit == 1 %}Update | {% endif %}
|---|---|---|---|---|
| {{ t.description }} | {{ t.number }} | {{ t.achieved }} | {{ t.percent }}% | {% if user.user_type.user_permission.program_department_program_edit == 1 %}{% endif %} |
| Category | Count |
|---|---|
| {{ row.category }} | {{ row.count }} |
| State | District | Village / Area | Beneficiaries |
|---|---|---|---|
| {{ row.state__state|default:"—" }} | {{ row.district__district|default:"—" }} | {{ row.area|default:"—" }} | {{ row.count }} |
| Donor | Income Type | Sanctioned | Received | Payment Date |
|---|---|---|---|---|
| {{ income.donor }} | {{ income.income_type }} | ₹ {{ income.sanction_amount }} | ₹ {{ income.received_amount }} | {{ income.payment_date|ddmmyyyy }} |