{% load i18n %} {% if page_obj %}

{% for page in paginator.page_range %} {{ page }} {% endfor %}

{% endif %}