{% load i18n wagtailadmin_tags %} {% if users %} {% if is_searching %}
{% blocktrans trimmed with wagtailusers_add_url=add_url %}The {{ group_name }} group has no users configured. Why not add some?{% endblocktrans %}
{% endwith %} {% else %}{% blocktrans trimmed with wagtailusers_add_url=add_url %}There are no users configured. Why not add some?{% endblocktrans %}
{% endif %} {% endif %} {% endif %}