{% load humanize %} {% if page.has_other_pages %} Showing {{ page.start_index }} - {{ page.end_index }} of {{ page.paginator.count }} results. {% else %} Showing {{ page.paginator.count }} results. {% endif %} {% include "aristotle_bg_workers/task_list.html" with page_obj=page %} {% include "aristotle_mdr/helpers/paginator.html" with page=page %}