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

{% if tags %} {{ tags.0.name }} {% else %} {{ title }} {% endif %}

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

{% nice_title_from_tags tags categories %}

{% if suggest %}
{% for tag in suggest %} {{ tag }} {% endfor %}
{% endif %}
{% 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 %}