{% if page_obj|length == total_queryset_size %}
You have selected all {{ total_queryset_size }} {{ item }}. There are no more items to select.
{% else %}
You have selected the {{ page_obj|length }} items on the page
{% endif %}
All of your {{ total_queryset_size }} {{ item }} have been selected