{% load i18n static sekizai_tags sass_tags %} {% addtoblock "css" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "ng-requires" %}django.shop.catalog{% endaddtoblock %}
{% 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 %}
{% include "shop/catalog/paginator.html" %}