{% load i18n %} {% if forms %} {% if is_searching %}

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

{% else %}

{% trans "Latest forms" %}

{% endif %} {% include "customforms/list.html" with choosing=1 %} {% include "wagtailadmin/shared/pagination_nav.html" with items=forms is_ajax=1 %} {% else %}

{% blocktrans %}Sorry, no forms match "{{ query_string }}"{% endblocktrans %}

{% endif %}