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

{% trans "Sortuj:" %}
{% if suggest %}
{% for tag in suggest %} {{ tag }} {% endfor %}
{% endif %}
{% for book in object_list %} {% include "catalogue/book_box.html" %} {% endfor %}
{% endblock %}