{% block facets %}
{% if has_facets %}
{% trans "Filter and sort" %}
{% endif %}
{% endblock %}
{% block product_list %}
{% block category_top %}
{{ block.super }}
{% endblock %}
{% if products %}
{% for product in products %}
{% endif %}
{% block category_bottom %}
{{ block.super }}
{% endblock %}
{% include "oscar/partials/pagination.html" %}
{% endblock %}
{% if forloop.counter > 2 %}
{% render_product product %}
{% else %}
{% with notlazy=True %}{% render_product product %}{% endwith %}
{% endif %}
{% endfor %}
{% else %}