{% extends "2022/base.html" %} {% block main %}

Wynik wyszukiwania dla: {{ query }}

format: {{ filters.format }}
kategoria: {{ filters.category }}
{{ filters.q }}
{% if results.author %}

Autorzy

{% endif %} {% if results.theme %}

Motywy

{% endif %} {% if results.book %}

Książki

{% for book in results.book %} {% include 'catalogue/2022/book_box.html' %} {% endfor %}
{% endif %} {% if results.art %}

Obrazy

{% for book in results.art %} {% include 'catalogue/2022/book_box.html' %} {% endfor %}
{% endif %} {% if results.fragment or results.snippet %}

W treści

{% for f in results.snippet %}
{% for author in f.book.authors %} {{ author }} {% endfor %} {{ f.book.title }} {{ f.headline|safe }}
{% endfor %}
{% endif %} {% if results.collection %}

Kolekcje

{% for collection in results.collection %} {% include 'catalogue/2022/collection_box.html' %} {% include 'catalogue/2022/collection_box.html' %} {% endfor %}
{% endif %} {% if pd_authors %}

Domena publiczna?

Dzieła tych autorów przejdą do zasobów domeny publicznej i będą mogły być publikowane bez żadnych ograniczeń. Dowiedz się, dlaczego biblioteki internetowe nie mogą udostępniać dzieł tego autora.

{% for tag in pd_authors %}
{{ tag }} Dzieła tego autora będą mogły być publikowane bez ograniczeń w roku {{ tag.goes_to_pd }}.
{% endfor %}
{% endif %}
{% endblock %}