| {{ loop.index }} |
{{ row.village_name }} |
{{ row.gram_panchayat_name }} |
{{ row.revenue_village_name }} |
{{ row.faliya_name }} |
{{ row.pvtg_name }} |
{{ row.total_population }} |
{{ row.pvtg_population }} |
{{ row.pvtgs_hhs }} |
{{ row.kachcha_house_count }} |
{{ row.no_ration_card_count }} |
{{ row.no_aadhaar_card_count }} |
{{ row.no_pmjay_card_count }} |
{{ row.no_electricity_available_count }} |
{{ row.no_mgnrega_job_card_yes_count }} |
{{ row.no_toilet_count }} |
{{ row.poor_water_source_count }} |
{{ row.has_no_jandhan_account_count }} |
{{ row.has_no_caste_certificate_count }} |
{{ row.has_no_ujjwala_yojana_count }} |
{% endfor %}
{% for row1 in result_total %}
|
{{ row1.total_population }} |
{{ row1.pvtg_population }} |
{{ row1.pvtgs_hhs }} |
{{ row1.kachcha_house_count }} |
{{ row1.no_ration_card_count }} |
{{ row1.no_aadhaar_card_count }} |
{{ row1.no_pmjay_card_count }} |
{{ row1.no_electricity_available_count }} |
{{ row1.no_mgnrega_job_card_yes_count }} |
{{ row1.no_toilet_count }} |
{{ row1.poor_water_source_count }} |
{{ row1.has_no_jandhan_account_count }} |
{{ row1.has_no_caste_certificate_count }} |
{{ row1.has_no_ujjwala_yojana_count }} |
{% endfor %}