{% if groups or request.GET.q %}
{% if page_obj.paginator.num_pages > 1 %}
{% endif %}
{% else %}
{% url "group_create" request.dealer.slug as create_group_url %}
{% include "empty-illustration-page.html" with value="group" url=create_group_url %}
{% endif %}