Upload your proof
[{{upload_details[0].attach_extension or ''}}]
{% if img %} {% set img = img %} {% endif %} {% if img[0].attach_file_name %} {% set image_display = "block" %} {% else %} {% set image_display = "none" %} {% endif %}
{% if img[0].attach_file_name : %} {% set src= img[0].attach_path|string +"/"+img[0].attach_file_name|string +"?"+Helper.getcurrenttimestamp()|string %} {% set iframe_hide = "none" %} {% set img_hide = "none" %} {% if ".pdf" in img[0].attach_file_name :%} {% set iframe_hide = "block" %} {% else %} {% set img_hide = "block" %} {% endif %} {% else %} {% set src= "" %} {% endif %} {{img[0].attach_type}}
{% if src=="" %} Upload {% else %} Change {% endif %}