{% extends 'base.html' %} {% load static %} {% block content %}

Shop - {{category.title}}

Categories
{% if categories %} {% for cat in categories %}
{{cat.title}}
{% endfor %} {% endif %}
Price range
From
To
Show only
Buying format

Showing 1–12 of 53 results

{% if products %} {% for product in products %}
{% if product.product_image %} {{product.title}} {% else %} {{product.title}} {% endif %}
  • {% comment %} Add to cart {% endcomment %}
{{product.title}}

${{product.price}}

{% endfor %} {% endif %}
{% endblock content %}