{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load duration %} {% load thumb %} {{ site_name }} - {{ request.GET.q }} - {% trans 'Search Results' %} {% include "common_libs.html" %} {% include '_header.html' %}
{% if request.GET.q %}
“{{ request.GET.q }}”
{% visible_categories as cats %} {% if request.GET.c and request.GET.c != 'all' %} {% trans "all" %} {% else %} {% trans "all" %} {% endif %} {% if 'book' in cats %} | {% if request.GET.c != 'book' %} {% trans "books" %} {% else %} {% trans "books" %} {% endif %} {% endif %} {% if 'movie' in cats or 'tv' in cats %} | {% if request.GET.c != 'movietv' %} {% trans "movie & tv" %} {% else %} {% trans "movie & tv" %} {% endif %} {% endif %} {% if 'podcast' in cats %} | {% if request.GET.c != 'podcast' %} {% trans "podcasts" %} {% else %} {% trans "podcasts" %} {% endif %} {% endif %} {% if 'music' in cats %} | {% if request.GET.c != 'music' %} {% trans "music" %} {% else %} {% trans "music" %} {% endif %} {% endif %} {% if 'game' in cats %} | {% if request.GET.c != 'game' %} {% trans "games" %} {% else %} {% trans "games" %} {% endif %} {% endif %} {% if 'performance' in cats %} | {% if request.GET.c != 'performance' %} {% trans "performances" %} {% else %} {% trans "performances" %} {% endif %} {% endif %}
{% endif %} {% if request.GET.tag %}
{% trans 'tag' %}: “{{ request.GET.tag }}”
{% endif %}
{% for item in items %} {% include '_list_item.html' with show_tags=1 %} {% empty %}

{% trans "No items matching your search query." %} {% if request.user.is_authenticated %} {% trans "System will search other websites and instances, click title of the item to save them locally. " %} {% endif %}

{% blocktrans %}If you have URL from one of these sites, please put the full URL (e.g. https://www.imdb.com/title/tt2513074/) to the search box and press Enter.{% endblocktrans %} {% for site in sites %} {% trans site %} {% if not forloop.last %}/{% endif %} {% endfor %}

{% endfor %}
{% if dup_items %}

{% blocktrans with dups=dup_items|length %} {{ dups }} items are from the same work or have the same identifier, they are hidden from the search results, click here to show them. {% endblocktrans %}

{% for item in dup_items %} {% include '_list_item.html' with show_tags=1 %} {% endfor %}
{% endif %}
{% if request.GET.q and request.user.is_authenticated %}

{% trans 'Searching from other sites' %}

{% else %} {% trans "Logged in user may see search results from other sites." %} {% endif %}
{% include '_footer.html' %}