{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {{ site_name }} - {% trans '搜索' %} {{ request.GET.q }} {% include "common_libs.html" with jquery=0 v2=1 %} {% include '_header.html' %}
{% if request.GET.q %}
“{{ request.GET.q }}” {% trans '的搜索结果' %}
{% if request.GET.c and request.GET.c != 'all' %} 全部 {% else %} 全部 {% endif %} | {% if request.GET.c != 'book' %} 书籍 {% else %} 书籍 {% endif %} | {% if request.GET.c != 'movietv' %} 影视 {% else %} 影视 {% endif %} | {% if request.GET.c != 'podcast' %} 播客 {% else %} 播客 {% endif %} | {% if request.GET.c != 'music' %} 音乐 {% else %} 音乐 {% endif %} | {% if request.GET.c != 'game' %} 游戏 {% else %} 游戏 {% endif %} | {% if request.GET.c != 'performance' %} 演出 {% else %} 演出 {% endif %}
{% endif %} {% if request.GET.tag %}
{% trans '含有标签' %} “{{ request.GET.tag }}” {% trans '的结果' %}
{% endif %}
{% for item in items %} {% include '_list_item.html' with show_tags=1 %} {% empty %}

{% trans '无站内条目匹配' %}

{% endfor %}
{% if dup_items %}

已从结果中略去了来自同一著作或有相同标识号的 {{ dup_items|length }}个条目,点击这里可重新显示

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

{% trans '正在实时搜索站外条目' %}

{% endif %}
{% include '_footer.html' %}