{% load i18n shatailadmin_tags %} {% if groups %} {% component table %} {% include "shatailadmin/shared/pagination_nav.html" with items=page_obj linkurl="shatailusers_groups:index" %} {% elif is_searching %}

{% blocktrans trimmed with query=search_form.q.value %}Sorry, no groups match "{{ query }}"{% endblocktrans %}

{% else %} {% url 'shatailusers_groups:add' as shatailusers_create_group_url %}

{% blocktrans trimmed %}There are no groups configured. Why not add some?{% endblocktrans %}

{% endif %}