Thank You for filling the form
We have received your {{ opening_type }} notification for a
{{ designation }} offer at
{{ company_name }}.
We will keep you informed with the updates. If you have any queries, please
feel to
write to
cdc@iitdh.ac.in
{% 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 }}
{% elif 'link' in value.type %}
{{ item }}
{% else %}
{{ item }}
{% endif %}
{% endfor %}
{% else %}
{% if 'link' in value.type %}
{{ value.details }}
{% else %}
{{ value }}
{% endif %}
{% endif %}
|
{% endfor %}
|