{% load static %} Product Listing

Product Filters

Reset
{% if count %}
Search Results ({{ count }} items found)
{% endif %}
{% for p in products %}
{% if p.images %} Product Image {% endif %}
{{ p.title}}

{{ p.description }}

{{ p.brand }}

₹{{ p.selling_price }} {% if p.actual_price %} {{ p.actual_price }} {% endif %}

Rating: {{ p.average_rating }}

{% empty %}

No products found.

{% endfor %}