“{{ request.GET.q }}”
{% trans 'tag' %}: “{{ request.GET.tag }}”
{% endif %}{% 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 %}
{% 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 hereto show them. {% endblocktrans %}
{% trans 'Searching from other sites' %}
{% else %} {% trans "Logged in user may see search results from other sites." %} {% endif %}