{% load humanize %}
{% if not hide_results_count %}
{% block paginator_count %} {{ paginator.count|intcomma }} results {% endblock %}
{% 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 %}