{% 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 '搜索结果' %}
{% include 'partial/_navbar.html' %}
{% if request.GET.q %}
“{{ request.GET.q }}” {% trans '的搜索结果' %}
{% endif %} {% if request.GET.tag %}
{% trans '含有标签' %} “{{ request.GET.tag }}” {% trans '的结果' %}
{% endif %}
    {% for item in items %} {% include "partial/list_item.html" %} {% empty %}
  • {% trans '无站内条目匹配' %}
  • {% endfor %} {% if request.GET.q and user.is_authenticated %}
  • {% trans '正在实时搜索站外条目' %}
  • {% endif %}
{% trans '没有想要的结果?' %}
{% if request.GET.c and request.GET.c in categories %} {% if request.GET.c|lower == 'book' %} {% elif request.GET.c|lower == 'movie' %} {% elif request.GET.c|lower == 'music' %} {% elif request.GET.c|lower == 'game' %} {% endif %} {% else %} {% endif %}
{% include 'partial/_footer.html' %}