{% set j =1 %} {% for i in data %} {{ 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" %}
{% 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 %}