“{{ request.GET.q }}”
{% trans 'tag' %}: “{{ request.GET.tag }}”
{% endif %}无站内条目匹配。 {% if request.user.is_authenticated %}系统会尝试搜索其它网站的条目,点击标题可添加到本站。{% endif %}
如果你在
{% for site in sites %}
{{ site }}
{% if not forloop.last %}/{% endif %}
{% endfor %}
找到了相关条目,也可以把链接(如 https://movie.douban.com/subject/1309046/
)输入到搜索栏中提交保存到本站。
{% 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 %}