{% extends 'base.html' %} {% load i18n %} {% block breadcrumbs %} {% trans "Katalog" %} {% trans "Kolekcje" %} {% endblock %} {% block main %}

{{ collection.title }}

{{ collection.description|safe }}

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