{% extends CMS_TEMPLATE %} {% load i18n thumbnail pcart_core theme_tags staticfiles cms_tags %} {% block title %}{% trans "Search" %}{% if query %} "{{ query }}"{% endif %} | {{site.name}}{% endblock %} {% block extra_meta %}{% endblock %} {% block sidebar %} {% static_placeholder "search_sidebar" %} {% endblock %} {% block content %}
Found {{products.paginator.count}} products.
{% trans "There are no products in this view." %}
{% trans "Your search did not yield any results." %}
{% endif %}