{% if product %} {% for obj in product %} {% endfor %}
Product Name Product Category Price Created At Image Action
{{ obj.title }} {{ obj.product_category }} {{ obj.price }} {{ obj.created_at }} {% if not obj.product_image %}
{% else %} category image {% endif %}
{% else %}

Product not added yet

{% endif %}