• «
  • {% if items.has_previous %}
  • ‹
  • {% endif %} {% for i in first_half %}
  • {{ i }}
  • {% endfor %}
  • {{ current }}
  • {% for i in second_half %}
  • {{ i }}
  • {% endfor %} {% if items.has_next %}
  • ›
  • {% endif %} {{ page_range }}
  • »