Theme-Logo E - Application
    • {% if set_language =="ENGLISH" %}
      Notifications
      {% elif set_language =="GUJARATI" %}
      સૂચનાઓ
      {% endif %}
  • {% if set_language =="ENGLISH" %} Change Language {% elif set_language =="GUJARATI" %} ભાષા બદલો {% endif %}
    • {% if set_language =="ENGLISH" %}
      Choose Language
      {% elif set_language =="GUJARATI" %}
      ભાષા પસંદ કરો
      {% endif %}
  • User-Profile-Image Admin
    • Logout
Navigation
  • Dashboard
  • View Application
  • View Application By Date
  • View By Application No
{% for i in data %}
{% if set_language =="ENGLISH" %}
Application Detail
{% elif set_language =="GUJARATI" %}
અરજીની માહીતી
{% endif %}
{% if set_language =="ENGLISH" %}
Application No - {{ i.id }}
Applicant - {{ i.name }}

Address - {{ i.address }}
     {{ i.village }}, {{ i.taluko }}, {{ i.dist }}
{{ i.mobile_no }}
{{ i.application_date }}
View Application {% elif set_language =="GUJARATI" %}
અરજી નં. - {{ i.id }}
અરજદાર - {{ i.name }}

સરનામું - {{ i.address }}
     {{ i.village }}, {{ i.taluko }}, {{ i.dist }}
{{ i.mobile_no }}
{{ i.application_date }}
અરજી જોવા માટે {% endif %}
{% if set_language =="ENGLISH" %}
{{ i.department_name }}, {{ i.department_address }}
{% elif set_language =="GUJARATI" %}
{{ i.department_name }}, {{ i.department_address }}
{% endif %} {{ i.officer_mobile_no1 }}
{% 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 %}
{{ i.application_send_msg_datetime }}
{% if set_language =="ENGLISH" %}
Application Status

{% elif set_language =="GUJARATI" %}
અરજીની સ્થિતિ

{% endif %} {% if i.application_status =="Pending" %} {% elif i.application_status =="Working" %} {% elif i.application_status =="Complete" %} {% elif i.application_status =="Disclose" %} {% else %} {% endif %}

{% if set_language =="ENGLISH" %}
Subject - {{ i.subject }}

Detail - {{ i.detail }}
{% elif set_language =="GUJARATI" %}
વિષય - {{ i.subject }}

વિગત - {{ i.detail }}
{% endif %}

{% if set_language =="ENGLISH" %}
Application Answer

{% elif set_language =="GUJARATI" %}
અરજીનો જવાબ

{% endif %}
{{ i.officer_answer_text }}
{% if i.officer_answer_pdf !="" %} દસ્તાવેજ ફાઇલ - અરજીનો જવાબ જોવા માટે {% elif i.officer_answer_text =="" %} {% endif %}
{{ i.officer_answer_date }}

{% if i.portal_admin_send_offficer_whatsapp =="YES" %}

Portal Admin Send Application To Department By WhatsApp.
{{ i.officer_mobile_no1 }}
{{ i.portal_admin_send_offficer_whatsapp_datetime }}
{% elif i.officer_answer_text =="" %}

{% endif %}

અરજીનો જવાબ

{% if i.officer_answer_pdf !="" %} View {% endif %}

{% if set_language =="ENGLISH" %}
Application Time-Line
{% elif set_language =="GUJARATI" %}
અરજીની કાર્ય રેખા
{% endif %}
{{ i.application_date }}
{% if set_language =="ENGLISH" %}

Application Submited.

{% elif set_language =="GUJARATI" %}

અરજી દાખલ કરી.

{% endif %}
{{ i.application_send_msg_datetime }}
{% if set_language =="ENGLISH" %}

{% if i.send_msg_status =="Pending" %}
The message is currently in the instance. {% elif i.send_msg_status =="Server" %}
The message is currently in the WhatsApp servers. {% elif i.send_msg_status =="Device" %}
The message has been delivered to the Officer’s mobile phone. {% elif i.send_msg_status =="Read" %}
The message has been read by the Officer. {% endif %}

{% elif set_language =="GUJARATI" %}

{% if i.send_msg_status =="Pending" %}
The message is currently in the instance. {% elif i.send_msg_status =="Server" %}
મેસેજ હાલમાં વોટ્સએપ સર્વરમાં છે. {% elif i.send_msg_status =="Device" %}
અધિકારીના મોબાઈલ ફોન પર મેસેજ પહોંચાડવામાં આવ્યો છે. {% elif i.send_msg_status =="Read" %}
અધિકારી દ્વારા સંદેશ વાંચવામાં આવ્યો છે. {% endif %}

{% endif %}
{% if set_language =="ENGLISH" %}
Application Status
{% elif set_language =="GUJARATI" %}
અરજીની સ્થિતિ
{% endif %}


{% if i.application_status =="Pending" %} {% elif i.application_status =="Working" %} {% elif i.application_status =="Complete" %} {% elif i.application_status =="Disclose" %} {% else %} {% endif %}

{% endfor %}