{% include './admin_header.html' %}
{% set page_type= project %} {% if page_type=="Total" %} {% if User_language=="ENGLISH" %} All Total Project {% endif %} {% if User_language=="GUJARATI" %} કુલ પ્રોજેકટની માહીતી {% endif %} {% endif %} {% if page_type=="Complete" %} {% if User_language=="ENGLISH" %} All Total Complete Project {% endif %} {% if User_language=="GUJARATI" %} પુર્ણ થયેલ કુલ પ્રોજેકટની માહીતી {% endif %} {% endif %} {% if page_type=="Working" %} {% if User_language=="ENGLISH" %} All Total Working Project {% endif %} {% if User_language=="GUJARATI" %} ચાલુ કુલ પ્રોજેકટની માહીતી {% endif %} {% endif %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %} {% set j =1 %} {% for i in rows %} {% endif %} {% if i.project_status=="Working" %}
{% endif %} {% if i.project_status=="" %}
{% endif %} {% set j = j + 1 %} {% endfor %}
# Project Date Project Name Village Status Chart Actions# પ્રોજેક્ટ તારીખ પ્રોજેક્ટ નામ ગામ પ્રોજેક્ટની સ્થિતિ ચાર્ટ ક્રિયાઓ
{{ j }} {{ i.start_date }}
{% if i.project_img1!="" %} {{ i.project_name }} {% endif %}
{{ i.project_detail }}
{{ i.village_name }} {% if i.project_status=="Pending" %}
Pending
{% endif %} {% if i.project_status=="Complete" %}
Completed
{% endif %} {% if i.project_status=="Working" %}
In Progress
{% endif %} {% if i.project_status=="" %}
On Hold
{% endif %}
{% if i.project_status=="Pending" %}
{% endif %} {% if i.project_status=="Complete" %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %}
{% include './admin_footer.html' %}