5 lines
292 B
Text
5 lines
292 B
Text
{% if DEFAULT_PAGINATION %}
|
|
-
|
|
{% if articles_page.has_previous() %}`[<<`:/page/{{ articles_previous_page.url }}] {% endif %}Page {{ articles_page.number }} / {{ articles_paginator.num_pages }}{% if articles_page.has_next() %} `[>>`:/page/{{ articles_next_page.url }}]{% endif %}
|
|
|
|
{% endif %}
|