{% for i in img %}
{{i.attach_type}}*
[{{i.attach_extension or ''}}]
{% if i %} {% set i = i %} {% endif %} {% if i.attach_file_name %} {% set image_display = "block" %} {% else %} {% set image_display = "none" %} {% endif %}
{% if i.attach_file_name : %} {% set src= i.attach_path|string +"/"+i.attach_file_name|string +"?"+Helper.getcurrenttimestamp()|string %} {% set iframe_hide = "none" %} {% set img_hide = "none" %} {% if ".pdf" in i.attach_file_name :%} {% set iframe_hide = "block" %} {% else %} {% set img_hide = "block" %} {% endif %} {% else %} {% set src= "" %} {% endif %} {{i.attach_type}}
{% if src=="" %} Upload {% else %} Change {% endif %}
You are currently an associate member of {{societyData.society_intial}}. To convert your associate membership to life membership, please upload your {{i.attach_type}} here.
{% endfor %}