{% for i in data %} {{ i.yojana_year }} {{ i.project_name }} {{ i.agency_name }} {% if User_language=="ENGLISH" %} Project Status - {{ i.project_status }}
Project Sector - {{ i.sector_name }}
Project detail - {{ i.project_detail }}
Village - {{ i.village_name }}
Taluko - {{ i.taluka }}
District - {{ i.district }}
Project Start Date - {{ i.start_date }}
Estimate Project End Date - {{ i.estimate_date }}
Project End Date - {{ i.end_date }}
Total Expense - {{ i.remark }}
Saving - {{ i.remark }}
Refunded Grant - {{ i.remark }}
Remark - {{ i.remark }}
Project Importance - {{ i.project_importance }}
{% endif %} {% if User_language=="GUJARATI" %} પ્રોજેકટની સ્થિતિ - {{ i.project_status }}
પ્રોજેકટ સેકટર - {{ i.sector_name }}
પ્રોજેક્ટ વિગતો - {{ i.project_detail }}
ગામ - {{ i.village_name }}
તાલુકો - {{ i.taluka }}
જિલ્લો - {{ i.district }}
Project Start Date - {{ i.start_date }}
Estimate Project End Date - {{ i.estimate_date }}
Project End Date - {{ i.end_date }}
કુલ ખર્ચ - {{ i.remark }}
બચત - {{ i.remark }}
રીફંન્ડેડ ગ્રાન્ટ - {{ i.remark }}
રીમાર્ક - {{ i.remark }}
પ્રોજેકટનું મહત્વ - {{ i.project_importance }}
{% endif %} {% if i.project_img1!="" %}
{% endif %} {% if i.project_video!="" %}
{% endif %} {{ i.officer_name }} {% endfor %}