{% extends 'memberapp_users/layout.html' %} {% block head %} {% endblock %} {% block title %}User Attachment{% endblock %} {% block style %} {% endblock %} {% block content %}
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg|safe }}

{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×

wrong{{ mesg|safe }}

{% endfor %}
{% if society_id == 18 :%}

{% endif %}
{% for data in datas %}
{{data.label_name|safe}}
[ {{data.attach_extension}} ]
{% if data.attach_file_name %} {% set image_display = "block" %} {% else %} {% set image_display = "none" %} {% endif %}
{% if data.attach_file_name : %} {% set src= data.attach_path|string +"/"+data.attach_file_name|string +"?"+Helper.getcurrenttimestamp()|string %} {% set iframe_hide = "none" %} {% set img_hide = "none" %} {% if ".pdf" in data.attach_file_name :%} {% set iframe_hide = "block" %} {% else %} {% set img_hide = "block" %} {% endif %} {% else %} {% set src= "" %} {% endif %} {% if data.attach_type == Helper.AttachType %} {{data.attach_type}} {% else %} {{data.attach_type}} {% endif %}
{% if src=="" %} Upload {% else %} Change {% endif %} {% if data.attach_type == Helper.AttachType %} {% else %} {% endif %}
{% endfor %}
{% endblock %} {% block script %} {% endblock %}