{% include './admin_header.html' %}
All Total Project
{% 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.project_start_date }}
{% if i.project_img1!="" %} {{ i.project_name }} {% endif %}
{{ i.project_name }}
{{ 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" %}
{% include './admin_footer.html' %}