{{ request.repository.object_name_plural }}
{% if search_term %} Search for {{ search_term }} ({{ preprints.paginator.count }} results) {% elif subject %} Filtering by Subject: {{ subject }} {% else %} There {% if preprints.paginator.count > 1 %}are {{ preprints.paginator.count }} {{ request.repository.object_name_plural }} listed.{% elif preprints.paginator.count == 1 %}is 1 {{ request.repository.object_name }}{% else %}are 0 {{ request.repository.object_name }} listed.{% endif %} {% endif %}
-
{% if preprints.has_previous %}
- {% include "elements/icons/page_previous.html" %} {% endif %} {{ preprints.page.page_range }} {% for page in preprints.paginator.page_range %}
- {{ page }} {% endfor %} {% if preprints.has_next %}
- {% include "elements/icons/page_next.html" %} {% endif %}