{% load i18n static sekizai_tags sass_tags %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% add_data "ng-requires" "django.shop.catalog" %} {% block catalog-list %} {% addtoblock "css" %}{% endaddtoblock %} {% with product_figure=product_figure|default:"shop/catalog/product-figure.html" %} {% for product in data.results %} {% include product_figure %} {% endfor %} {% include product_figure with ng=1 %} {% endwith %} {% endblock catalog-list %} {% block pagination %} {% include "shop/catalog/pagination.html" %} {% endblock %}