{% 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 "common_libs.html" with jquery=0 v2=1 %} {% include '_header.html' %}
{% if request.GET.q %}
“{{ request.GET.q }}” {% trans '的搜索结果' %}
{% endif %} {% if request.GET.tag %}
{% trans '含有标签' %} “{{ request.GET.tag }}” {% trans '的结果' %}
{% endif %}
    {% for item in items %} {% with "list_item_"|add:item.class_name|add:".html" as template %} {% include template with show_tags=1 %} {% endwith %} {% empty %}
  • {% trans '无站内条目匹配' %}
  • {% endfor %} {% if request.GET.q and user.is_authenticated %}
  • {% trans '正在实时搜索站外条目' %}
  • {% endif %}
{% include "search_sidebar.html" %}
{% include 'partial/_footer.html' %}