{% if page_obj %}
  • « Previous
  • {% for l in page_obj.paginator.page_range %} {% if l <= page_obj.number|add:5 and l >= page_obj.number|add:-5 %}
  • {{ forloop.counter }}
  • {% endif %} {% endfor %}
  • » Next
{% endif %}