{% if set_language =="ENGLISH" %}
All Application
{% elif set_language =="GUJARATI" %}કુલ અરજીઓ
{% endif %}{{ total_application }}
{% if set_language =="ENGLISH" %}
Complete Application
{% elif set_language =="GUJARATI" %}પૂર્ણ અરજીઓ
{% endif %}{{ complete_application }}
{% if set_language =="ENGLISH" %}
Working Application
{% elif set_language =="GUJARATI" %}કાર્ય ચાલુ અરજીઓ
{% endif %}{{ running_application }}
{% if set_language =="ENGLISH" %}
Pending Application
{% elif set_language =="GUJARATI" %}બાકી અરજીઓ
{% endif %}{{ pending_application }}
{% if set_language =="ENGLISH" %}
Application List
{% elif set_language =="GUJARATI" %}અરજીઓની માહીતી
{% endif %}| No. | Applicant Name | Address | Department Name | Officer Name | Officer Mobile No | Application Status | Date | {% elif set_language =="GUJARATI" %}નં. | અરજીદારનું નામ | સરનામું | વિભાગનું નામ | અધિકારીનો મો. નં. | અરજીની સ્થિતિ | તારીખ | {% endif %}
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ i.name }}{{ i.mobile_no }} Application No - {{ i.id }} |
{{ i.address }}{{ i.village }}, {{ i.taluko }}, {{ i.dist }} |
{{ i.department_name }}{{ i.department_address }} |
{{ i.officer_mobile_no }}{% if i.send_msg_status =="Pending" %} {% elif i.send_msg_status =="Server" %} {% elif i.send_msg_status =="Device" %} {% elif i.send_msg_status =="Read" %} {% endif %} |
{% if i.application_status =="Pending" %} {% elif i.application_status =="Working" %} {% elif i.application_status =="Complete" %} {% else %} {% endif %} | {{ i.application_date }} |