{% load i18n %}{% spaceless %} {% if paginator.count > 0 %}
{{ paginator.to_html }}
{% endif %}

{% trans "No products found" %}

{% endspaceless %}