{% if users %} {% if is_searching %}

{{ users|length }} match{{ users|pluralize:"es" }}

{% endif %} {% include "wagtailusers/list.html" %} {% include "wagtailadmin/shared/pagination_nav.html" with items=users is_searching=is_searching linkurl="wagtailusers_index" %} {% else %} {% if is_searching %}

Sorry, no users match "{{ search_query }}" {% else %}

There are no users configured. Why not add some?

{% endif %} {% endif %}