{% if obj_list.has_other_pages %}
    {% if obj_list.has_previous %}
  • «Previous
  • {% else %}
  • «
  • {% endif %} {% for i in obj_list.paginator.page_range %} {% if obj_list.number == i %}
  • {{ i }} (current)
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if obj_list.has_next %}
  • »Previous
  • {% else %}
  • »
  • {% endif %}
{% endif %}