{% search_other %}
{% if object_list.supports_facet %}
{% endif %}
{% if object_list %}
{% with page_count=all_pages.count %}
{% blocktrans trimmed with counter=page_count|intcomma count counter_val=page_count %}
There is one matching page
{% plural %}
There are {{ counter }} matching pages
{% endblocktrans %}
{% endwith %}
{% elif query_string %}
{% blocktrans trimmed %}Sorry, no pages match {{ query_string }}{% endblocktrans %}
{% else %}
{% trans 'Enter a search term above' %}
{% endif %}
{% endblock %}
{% block no_results_message %}
{# This view has a custom no results message using the alert h2 like the results count message #}
{% endblock %}