{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load duration %} {% load thumb %} {{ site_name }} - {% trans 'Search Results' %} {{ request.GET.q }} {% 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 %}

无站内条目匹配。 {% if request.user.is_authenticated %}系统会尝试搜索其它网站的条目,点击标题可添加到本站。{% endif %}

如果你在 {% for site in sites %} {{ site }} {% if not forloop.last %}/{% endif %} {% endfor %} 找到了相关条目,也可以把链接(如 https://movie.douban.com/subject/1309046/ )输入到搜索栏中提交保存到本站。

{% 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 hereto 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' %}