{% for product in products%}

{{product.name}}

{{product.producer}}

{{product.price}}$

{% include "ui/stars.html" %} Add to cart
{% endfor %}
{% include "ui/pagination.html" class="ms-auto" %}