{% load i18n %} {% if users %} {% if is_searching %}
{% blocktrans %}Sorry, no users match "{{ query_string }}"{% endblocktrans %}
{% else %} {% url 'wagtailusers_create' as wagtailusers_create_url %}{% blocktrans %}There are no users configured. Why not add some?{% endblocktrans %}
{% endif %} {% endif %}