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

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

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

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

{% else %} {% url 'shatailsearchpromotions:add' as shatailsearchpromotions_add_url %}

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

{% endif %} {% endif %}