{% extends '2022/base.html' %} {% block breadcrumbs %} Katalog Kolekcje {% endblock %} {% block main %}

{{ collection.title }}

{{ collection.description|safe }}

Sortuj:
{% for book in collection.get_books %} {% include "catalogue/2022/book_box.html" %} {% endfor %}
{% endblock %}