{% load humanize %}
{% if products.count.total > 0 %} Showing {{ products.count.from }} {% if products.count.total > 1 %}to {{ products.count.to }}{% endif %} of {{ products.count.total }} {% endif %}

{% if products.count.total > 0 %} {% for pv in products.products %} {% include 'salebox/product/ product_list_single.html' %} {% endfor %} {% else %}

No products found

{% endif %}