{% if paginator.has_previous %}
  • ←
  • {% else %}
  • ←
  • {% endif %} {% if paginator.show_first %}
  • 1
  • ...
  • {% endif %} {% for linkpage in paginator.pages_sequence %} {% ifequal linkpage paginator.current_page %}
  • {{ paginator.current_page }}
  • {% else %}
  • {{ linkpage }}
  • {% endifequal %} {% endfor %} {% if paginator.show_last %}
  • ...
  • {{ paginator.pages }}
  • {% endif %} {% if paginator.has_next %}
  • →
  • {% else %}
  • →
  • {% endif %}