FossilRepo

fossilrepo / templates / includes / _pagination_manual.html

{% if pagination.num_pages > 1 or per_page_options %}

Page {{ pagination.number }} of {{ pagination.num_pages }} ({{ pagination.count }} total) {% if per_page_options %}
Show {% for opt in per_page_options %} {{ opt }} {% endfor %}
{% endif %}
{% if pagination.has_previous %} Previous {% endif %} {% if pagination.has_next %} Next {% endif %}

{% endif %}

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button