{% comment %} Central place for rendering pagination throughout the lockers application. Example: {% with ___ as pagination %} {% include "pagination.html" %} {% endwith %} @param pagination_previous: word to show for links "backwards". Defaults to "Previous". @param pagination_next: word to show for links "forwards" -- that is, with increasing skip. Defaults to "Next". {% endcomment %} {% if not pagination.is_viewing_all %} {% endif %}