{% set j =1 %} {% for i in data %} {{ j }}
{{ i.yojana_name }}

સદર - {{ i.sadar }}


ગામ - {{ i.village_name }}
તાલુકો - {{ i.taluka_guj }}
જિલ્લો - {{ i.district_guj }}
સૈધ્ધાંતિક મંજૂરી તારીખ - {{ i.start_date }}
વહીવટી મંજૂરી તારીખ - {{ i.estimate_date }}
સૈધ્ધાંતિક મંજૂરી રકમ (રૂ.લાખમાં) - {{ i.total_expense }}
વહીવટી મંજૂરી રકમ (રૂ.લાખમાં) - {{ i.saving }}
કામની સંખ્યા - {{ i.refunded_grant }}
{% if i.project_status=="Stop" %}
શરૂ ન થયેલ
{% endif %} {% if i.project_status=="Complete" %}
પૂર્ણ
{% endif %} {% if i.project_status=="Working" %}
પ્રગતિ
{% endif %} {% if i.project_status=="Cancel" %}
રદ થયેલ
{% endif %} {% if i.project_status=="" %}
શરૂ ન થયેલ
{% endif %}

અમલીકરણ કચેરી - {{ i.officer_name_guj }}

અમલીકરણ કચેરી તરફથી કામની સ્થિતિ રીમાર્ક્સ - {{ i.remark }}

{% if i.cc_certificate!="" %} સીસી પ્રમાણપત્ર {% endif %} {% if i.utc_certificate!="" %} UTC પ્રમાણપત્ર {% endif %} {% if i.project_img1!="" %}

{{ i.project_name }} {% endif %} {% if i.project_after_img!="" %} {{ i.project_name }} {% endif %}
{% if i.project_status=="Cancel" %}
{% endif %} {% if i.project_status=="Pending" %}
{% endif %} {% if i.project_status=="Complete" %}
{% endif %} {% if i.project_status=="Working" %}
{% endif %} {% if i.project_status=="" %}
{% endif %} {% if User_language=="ENGLISH" %} {% if user_type!="SITE_USER" %}

{% endif %} {% endif %} {% if User_language=="GUJARATI" %} {% if user_type!="SITE_USER" %}

{% endif %} {% endif %} {% set j = j + 1 %} {% endfor %}