{% for product in data.results %}
{% include "shop/catalog/product-list-item.html" with ng=0 %}
{% endfor %}
{% include "shop/catalog/product-list-item.html" with ng=1 %}
{% endblock catalog-list %}
{% block paginator %}
{% include "shop/catalog/paginator.html" %}
{% endblock %}