{% 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 %} {% include "search_header.html" %} {% 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' %}