Job Notification Form Response
{% for key, value in data.items %}
{{ key }}
{% if 'list' in value.type %} {% for item in value.details %}
{% if 'link' in value.type and value.link %}
{{ item|slice:"16:" }}
{% elif 'link' in value.type %}
{{ item }}
{% else %} {{ item }} {% endif %}
{% endfor %} {% else %} {% if 'link' in value.type %}
{{ value.details }}
{% else %} {{ value }} {% endif %} {% endif %}
{% endfor %}
In case of any descripency regarding above details, please contact
cdc@iitdh.ac.in