{% include 'AdminTemplates/adminDash.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 images %}
  • pro-image
    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


Cancel
{% endfor %}
{% endblock body %}