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

'{{added}}' is Added

{% endif %}
{% csrf_token %}
img

Drag and drop a file to upload

Add More Images +
.00
Cancel
{% elif count == 'edit' %}
{% if added %}

'{{added}}' is Modified

{% endif %} {% if fill_all %}

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

{% endif %} {% for pro in pro_list %}
{% csrf_token %}
{% for image in pro.productimages_set.all %} {% endfor %}
img

Drag and drop a file to upload

Edit More Images +
{% for image in pro.productimages_set.all %} {% endfor %}
.00
Cancel
{% endfor %}
{% else %}
OOPS!! Something went Wrong!
{% endif %} {% endblock body %}