{% include 'AdminTemplates/adminDash.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 emenq %} {% if i.other_category == "" %} {% else %} {% endif %} {% endfor %}
Product Name Company Name Email Contact Person Contact Number Category Active    Action
{{ i.product_name }} {{ i.company }} {{ i.email }} {{ i.contact_person }} {{ i.contact_no }} Registered Category Other Category {% if i.status == "1" %} {% elif i.status == "0" %} {% else %} {% endif %} img img img
{% endblock body %}