{% load truncate %} {% load dates %} {% for preprint in preprints %}

{{ preprint.title|safe }}

{{ preprint.display_authors_compact }}

Published: {{ preprint.date_published|date_human }}
{% if preprint.subject.exists %}Subjects: {% include "common/repository/subject_display.html" %}{% endif %}

{{ preprint.abstract|striptags|truncatesmart:400 }}

{% endfor %}