{% if data.society_id|int == 3%}
{% endif %}
The registrar of societies mandates collection of a government issued ID number from members of all societies.*
{% if (data.member_type_id| int in (1,17,20)) and (data.society_id|int in [10]) %}
{% endif %}
Choose your preferred specialities. (Maximum 2) *
{% if specialities %}
{% for spl in specialities %}
{% endfor %}
{% endif %}