{% load partition_tags %} {% if products.object_list %}
{% include 'cubane/ishop/elements/product/product_listing_header.html' %}
{% for row in products.object_list|columns:3 %}
{% for product in row %} {% include 'cubane/ishop/elements/product/product.html' %} {% endfor %}
{% endfor %}
{% include 'cubane/ishop/elements/product/product_listing_footer.html' %}
{% else %} {% if search %}

Your search {{ q }} did not match any documents.

Suggestions:

{% else %}

There are no products in {{ category.title }}

{% endif %} {% endif %}