{% load i18n pcart_core %}

{% with title=collection.page_title|default:collection.title %}{% render_string title %}{% endwith %}

{% if variants_count > 0%} {% blocktrans with count=products.paginator.count vcount=variants_count %}Found {{count}} products and {{vcount}} variants.{% endblocktrans %} {% else %} {% blocktrans with count=products.paginator.count %}Found {{count}} products.{% endblocktrans %} {% endif %} {% blocktrans with minp=min_price|money maxp=max_price|money %}Price between {{minp}} and {{maxp}}.{% endblocktrans %}