{% load i18n %}
{% if products.count.total > 0 %} {% if products.count.total > 1 %} {% blocktrans with from=products.count.from to=products.count.to total=products.count.total %}Showing {{ from }} to {{ to }} of {{ total }}{% endblocktrans %} {% else %} {% blocktrans with from=products.count.from total=products.count.total %}Showing {{ from }} to {{ total }}{% endblocktrans %} {% endif %} {% endif %}