{% if not action %}
{% if page is not none %}
{% if page > 1 %}
Previous
{% if page < topic.page_count %}/{% endif %}
{% endif %}
{% if page < topic.page_count %}
Next ({{ page+1 }})
{% endif %}
{% if topic.page_count > 1 %}
-
Last Page ({{ topic.page_count }})
{% endif %}
{% endif %}
{% else %}
{% if page is not none %}
{% if page > 1 %}
Previous
{% if page < topic.page_count %}/{% endif %}
{% endif %}
{% if page < topic.page_count %}
Next ({{ page+1 }})
{% endif %}
{% if topic.page_count > 1 %}
-
Last Page ({{ topic.page_count }})
{% endif %}
{% endif %}
{% endif %}