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