{% for product in products %}
{% if product.images.all %} {{ product.name }} {% elif product.image %} {{ product.name }} {% endif %}
{{ product.name }}

{{ currency_symbol }}{{ product.price|floatformat:2 }}

{% for i in "12345" %} {% endfor %} ({{ product.average_rating|floatformat:1 }}) • {{ product.rating_count }} reviews
{{ product.stock }} left {{ product.quantity_sold|default:0 }} sold
View Details
{% endfor %} {% if not products %}

No products found matching your search.

{% endif %}