{% extends "search/base.html" %} {% load pagination_tags highlight i18n %} {% block search_form %}
{% endblock search_form %} {% block refine_search %} {% if facets.fields.language %}
{% if result.content_type == "cms.title" %}
{% trans "Page" %}
{% else %}
{{ result.verbose_name }}
{% endif %} - {{ result.title }}
{% highlight result.text with query %}
{% trans "No results found." %}
{% endfor %} {% with page as page_obj %} {% paginate %} {% endwith %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %} {% endblock search_results %}