XLSX Uploads
All XLSX uploads
Product '{{added}}' is Modified
{% endif %} {% if pro_deleted %}Product '{{pro_deleted}}' is Deleted
{% endif %}
{% csrf_token %}
Product Name | Company Name | Brand | Model No. | Contact Person | Contact Number | Category | Active | Featured | Action | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{% for image in i.productimage_set.all %}
{% if image.fea_img == 1 %}
|
{{ i.company }} | {{ i.brand }} | {{ i.model_no }} | {{ i.email }} | {{ i.contact_person }} | {{ i.contact_no }} | {% if i.other_category == "" %}Registered Category | {% else %}Other Category | {% endif %}{% if i.status == "1" %} {% else %} {% endif %} | {% if i.special == "1" %} {% else %} {% endif %} |
|