{% load django_umin_tags %} {% if messages %}
{{ message }}
Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ paginator.count }} results
{% if search_query %} No results match your search criteria. {% else %} Get started by creating a new {{ model_name }}. {% endif %}