Back to Wagtail

Index Results

wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/index_results.html

7.3.1571 B
Original Source

{% extends "wagtailadmin/generic/index_results.html" %} {% load i18n %} {% block no_results_message %} {% if is_searching %}

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

{% elif add_url %}

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

{% else %}

{% blocktrans trimmed %}No promoted results have been created.{% endblocktrans %}

{% endif %} {% endblock %}