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

{{ tags.0.name }}

Sortuj:
{% for book in object_list %} {% include "catalogue/2022/book_box.html" %} {% endfor %}
{% 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 %}
{% endblock %}