{% set topic_pages_start_end = min(3, topic.topic_pages) %}
{% for i in 1..topic_pages_start_end %}
{{ i }}
{% endfor %}
{% if topic.topic_pages > 3 %}
{% if topic.topic_pages > 6 %}
{% endif %}
{% set topic_pages_end_start = max(4, min(topic.topic_pages, topic.topic_pages - 2)) %}
{% for i in topic_pages_end_start..topic.topic_pages %}
{{ i }}
{% endfor %}
{% endif %}