+ +
+
+
+ + +
+
+
+ {% if query %}
- {% if suggestion %} -

- 已显示 “{{ suggestion }}” 的搜索结果。   - 仍然搜索:{{ query }}
-

- {% else %} -

- 搜索:{{ query }}    -

- {% endif %} +

+ 搜索:"{{ query }}" + {% if results_count %} + + 找到 {{ results_count }} 条结果 + + {% endif %} +

{% endif %} - {% if query and page.object_list %} - {% for article in page.object_list %} - {% load_article_detail article.object True user %} + + {% if query and results %} + + {% for article in results %} + {% load_article_detail article True user %} {% endfor %} - {% if page.has_previous or page.has_next %} + + + {% if page_obj.has_previous or page_obj.has_next %} - {% endif %} - {% else %} -
-

哎呀,关键字:{{ query }}没有找到结果,要不换个词再试试?

-
+ {% else %} + + {% if query %} +
+

+ 哎呀,关键字:{{ query }}没有找到结果,要不换个词再试试? +

+
+

搜索建议:

+ +
+
+ {% else %} +
+

欢迎使用搜索功能

+

请在搜索框中输入关键词来查找您感兴趣的文章。

+
+ {% endif %} {% endif %}