{% load i18n %} {% if queries %} {% if is_searching %}

{% blocktrans count counter=queries|length %} There is {{ counter }} match {% plural %} There are {{ counter }} matches {% endblocktrans %}

{% endif %} {% include "wagtailsearchpromotions/list.html" %} {% include "wagtailadmin/shared/pagination_nav.html" with items=queries linkurl="wagtailsearchpromotions:index" %} {% else %} {% if is_searching %}

{% blocktrans %}Sorry, no promoted results match "{{ query_string }}"{% endblocktrans %}

{% else %} {% url 'wagtailsearchpromotions:add' as wagtailsearchpromotions_add_url %}

{% blocktrans %}No promoted results have been created. Why not add one?{% endblocktrans %}

{% endif %} {% endif %}