{% extends "core/base.html" %} {% load i18n %} {% load static %} {% block title %}{{ request.repository.name }}{% endblock %} {% block body %}

{{ request.repository.name }}

{% csrf_token %} search

Type your query and press enter to search.


{% trans "Read about" %} {{ request.repository.name }} {% trans "or view list of" %} {{ request.repository.object_name_plural }}.

{% if preprints %}

Latest {{ request.repository.object_name_plural }}

{% include "repository/elements/preprint_home_listing.html" with preprints=preprints %} {% endif %}
{% endblock %} {% block js %} {% endblock %}