{% include 'AdminTemplates/adminDash.html' %} {% load static %} {% block body %}
img
{% for i in whats %} {% for pro in product %} {% if i.product_id == pro.id %} {% endif %} {% endfor %} {% endfor %}
User name Product Enq. Date Action
{% for image in pro.productimage_set.all %} {% if image.fea_img == 1 %} {{ image.product_image.url }} {% endif %} {% endfor %} {{ i.user_id }} {{ pro.product_name }} {{ i.enq_date }} () img
{% endblock body %}