{% if query %}
{% if suggestion %}

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

{% else %}

搜索:{{ query }}   

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

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

{% endif %}