{% load humanize %}
{{ paginator.count|intcomma }} results {% if export_xlsx_url_query %} {% include "scanpipe/includes/list_actions_dropdown.html" %} {% endif %}
{% if page_obj.has_previous %} « {% else %} « {% endif %} Page {{ page_obj.number|intcomma }} of {{ page_obj.paginator.num_pages|intcomma }} {% if page_obj.has_next %} » {% else %} » {% endif %}