{% load i18n %} {% if redirects %} {% if query_string %}

{% blocktrans trimmed count counter=redirects.paginator.count %} There is {{ counter }} match {% plural %} There are {{ counter }} matches {% endblocktrans %}

{% endif %} {% include "wagtailredirects/list.html" %} {% include "wagtailadmin/shared/pagination_nav.html" with items=redirects linkurl="wagtailredirects:index" %} {% else %} {% if query_string %}

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

{% else %} {% url 'wagtailredirects:add' as wagtailredirects_add_redirect_url %}

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

{% endif %} {% endif %}