{% trans 'Search Results' %} |
{% with results|length as result_count %} {% trans 'the search' %} {% if terms %}{% trans 'for' %} “{{ query | upper }}”{% endif %} returned {{ result_count }} {% trans 'result' %}{{ result_count|pluralize }} {% endwith %}{{ title.highlighted }} {% if terms %}{% with content.hits|add:title.hits as hits %} {% endwith %}{% endif %}
{{ content.excerpt|highlight:terms }}
-
{% if results.has_previous %}
- {{ results.previous_page_number }} {% else %}
- {% endif %}
- {{ results.number }} {% if results.has_next %}
- {{ results.next_page_number }}
- {% else %}
- {% endif %}