{% extends "layout_2_col.html" %} {% load currency_filters %} {% load thumbnail %} {% load i18n %} {% block title %} "{{ query }}" | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block column_left %}
{% if categories %} {% endif %}
{% endblock %} {% block header%} {% endblock %} {% block content %} {% if suggestion %} {% trans 'Did you mean' %} {{ suggestion }}? {% endif %} {% if page.object_list %}
{% if page_obj %} {% include "catalogue/partials/pagination.html" %} {% endif %}
    {% for result in page.object_list %}
  1. {% include "catalogue/partials/product.html" with product=result.object %}
  2. {% endfor %}
{% if page_obj %} {% include "catalogue/partials/pagination.html" %} {% endif %}
{% else %}

{% trans 'No search results found.' %}

{% endif %} {% endblock %}