{% include 'AdminTemplates/xlsx_dash.html' %} {% load static %} {% block body %}
{% if added %} {% endif %} {% if fill_all %}

These [{{fill_all}}] field(s) were empty!

{% endif %}
{% for pro in pro_list %} {% csrf_token %} {% if images %}
{% for image in pro.productimage_set.all %}
Uploaded Image {% if image.fea_img %}
Featured Image Feature Image
{% endif %}
{{ image.filename }}
Delete
{% endfor %}
{% else %}

No images available for this EmailEnq.

{% endif %} {% endfor %}
{% for pro in pro_list %}
{% csrf_token %}
{% if pro.other_category %}
{% if pro.org_price == "" %} No Original Price {% else %} {{pro.org_price}} {% endif %}
QAR

QAR


{% endfor %}
{% endblock body %}