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

Product '{{added}}' is Modified

{% endif %} {% if pro_deleted %}

Product '{{pro_deleted}}' is Deleted

{% endif %}
img
{% csrf_token %} {% for i in xlsx_products %} {% if i.other_category == "" %} {% else %} {% endif %} {% endfor %}
Product Name Company Name Brand Model No. Email Contact Person Contact Number Category Active Featured Action
{% for image in i.productimage_set.all %} {% if image.fea_img == 1 %} {{ image.product_image.url }} {% endif %} {% endfor %} {{ i.product_name }} {{ i.company }} {{ i.brand }} {{ i.model_no }} {{ i.email }} {{ i.contact_person }} {{ i.contact_no }} Registered Category Other Category {% if i.status == "1" %} {% else %} {% endif %} {% if i.special == "1" %} {% else %} {% endif %} img img
{% endblock body %}