{% extends '_common/base.html.twig' %} {% block body %}

Search results

{% if results|length > 4 %} {% include "/elements/scroll_down.html.twig" %} {% endif %}
{% for prod in results %} {% include "/elements/cat_prod_element.html.twig" with {prod:prod} %} {% endfor %} {% if results|length == 0 %}
There are no products matching the selection criteria.
{% endif %}
{% endblock %} {% block javascripts %} {% endblock %}