{% include 'AdminTemplates/adminDash.html' %} {% load static %} {% block body %} {% if count == 'add' %}
{% if added %} {% if added == 'refreshed' %} {% elif added == "" %} {% else %}

'{{added}}' is Added

{% endif %} {% endif %}
{% csrf_token %}


QAR

QAR

Add selling countries

Cancel
{% elif count == 'edit' %}
{% 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


Cancel
{% endfor %}
{% else %}
OOPS!! Something went Wrong!
{% endif %} {% endblock body %}