{% extends '2022/base.html' %} {% load catalogue_tags %} {% block settings %} {% load title %} {% title 'Półka' %} {% endblock %} {% block main %}

Półka

Sortuj:

 

{% if suggest %}
{% with list_type='book' %} {% for tag in suggest %} {{ tag }} {% endfor %} {% endwith %}
{% endif %}
{% for book in books %} {% include "catalogue/2022/book_box.html" %} {% endfor %}
{% endblock %}