{% if instance.paging_show %}
{% for page in items.paginator.page_range %} {{ page }} {% endfor %}
{% endif %}