{% load i18n %} {% if groups %} {% include "wagtailusers/groups/list.html" %} {% include "wagtailadmin/shared/pagination_nav.html" with items=groups is_searching=is_searching linkurl="wagtailusers_groups:index" %} {% else %} {% url 'wagtailusers_groups:add' as wagtailusers_create_group_url %}
{% blocktrans %}There are no groups configured. Why not add some?{% endblocktrans %}
{% endif %}