{% extends 'base/base.html' %} {% load static %} {% block contents %}

Products list

{% for product in products_list %}
{% include 'product_component.html' with product=product %}
{% endfor %}

{% for product in object_list %}
{{ product.title }}
{{ product.title}}

{{product.description | truncatewords:15}}

Show
{% endfor %}
{#{% for product in object_list %}#} {#

{{ product.title }}

#} {#{% endfor %}#} {% endblock %}