• {% if paginator.previous_page %} {% if paginator.page == 2 %} « Previous {% else %} « Previous {% endif %} {% else %} « Previous {% endif %}
  • {% if paginator.next_page %} Next » {% else %} Next » {% endif %}