{% extends '2022/base.html' %} {% load catalogue_tags %} {% load choose_cites from social_tags %} {% block breadcrumbs %} Katalog {{ tags.0.get_category_display|title }} {% endblock %} {% block main %}
{% if tags.0.photo %}
{{ tags.0.name }}
{% endif %}

{{ tags.0.name }}

{% for tag in tags %} {% if forloop.counter > 1 %} {{ tag }} {% endif %} {% endfor %}
Sortuj:

{% nice_title_from_tags tags categories %}

{% for tag in suggest %} {{ tag }} {% endfor %}
{% for book in object_list %} {% include "catalogue/2022/book_box.html" %} {% endfor %}
{% if tags %}
{% with author=tags.0 %} {% include 'catalogue/2022/author_box.html' %} {% endwith %} {% choose_cites 3 author=tags.0 as cites %} {% if cites %}
{% for fragment in cites %}
{% include "catalogue/2022/fragment_box.html" %}
{% endfor %}
{% endif %}
{% endif %} {% endblock %}