• {{ text_products }}
  • {% if products is not empty %} {% for product in products %}
  • {{ product.name }}
  • {% endfor %} {% else %}
  • {{ text_no_result }}
  • {% endif %}
  • {{ text_categories }}
  • {% if categories is not empty %} {% for category in categories %}
  • {{ category.name }}
  • {% endfor %} {% else %}
  • {{ text_no_result }}
  • {% endif %}
  • {{ text_manufacturers }}
  • {% if manufacturers is not empty %} {% for manufacturer in manufacturers %}
  • {{ manufacturer.name }}
  • {% endfor %} {% else %}
  • {{ text_no_result }}
  • {% endif %}