{% extends 'shop/base.html' %} {% load bayketags shoptags %} {% block breadcrumb %}
{% endblock %} {% block section %}
{% include 'shop/filters.html' %}
{% for spu in page_obj %}
{% spubox spu %}
{% endfor %}
{% pagination page_obj %}
{% endblock %}