{% for item in pagination.create_items %}
  • {% if item.disabled or item.current %} {% else %} {% endif %} {{ item.text }} {% if item.disabled %} {% elif item.current %} (current) {% else %} {% endif %}
  • {% endfor %}