{% include './admin_header.html' %}
{% if user_type=="ADMIN" %} ડેશબોર્ડ - તમામ કામોની માહિતી {% endif %} {% if user_type=="MAIN_USER" %} {{ dept_name }}, ડેશબોર્ડ - તમામ કામોની માહિતી {% endif %}

{{ total_project }}

{% if User_language=="ENGLISH" %}

Total Project

{% endif %} {% if User_language=="GUJARATI" %}

કુલ કામો

{% endif %}

{{ total_Complete_project }}

{% if User_language=="ENGLISH" %}

Total Complete Project

{% endif %} {% if User_language=="GUJARATI" %}

કુલ પૂર્ણ થયેલ કામ

{% endif %}

{{ total_Working_project }}

{% if User_language=="ENGLISH" %}

Total Working Project

{% endif %} {% if User_language=="GUJARATI" %}

કુલ ચાલુ કામ

{% endif %}
{% set j ="" %} {% set k ="" %} {% set a =0 %} {% for i in project_sector %} {% if a=="0" %} {% set j = i.sector_name %} {% set k = i.cnt %} {% endif %} {% if a!="0" %} {% set j = j +","+ i.sector_name %} {% set k = k +","+ i.cnt %} {% endif %} {% set a = a + 1 %} {% endfor %} {% if user_type=="ADMIN" %}
તાલુકાવાર કામોની યાદી
{% endif %}
{% if User_language=="ENGLISH" %}
Implementation Office
{% endif %} {% if User_language=="GUJARATI" %}
વર્ષ અને યોજનાવાર અમલીકરણ કચેરી પ્રગતિ આલેખ
{% endif %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %}

{% if User_language=="ENGLISH" %}
View Work Progress Detail
{% endif %} {% if User_language=="GUJARATI" %}
કામ પ્રગતિની માહિતી
{% endif %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %}
{% if User_language=="ENGLISH" %} {% endif %} {% if User_language=="GUJARATI" %} {% endif %}

{% include './admin_footer.html' %}