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

{{ preprint.title|safe }}

{{ preprint.display_authors_compact }}

{% if forloop.counter|divisibleby:3 %}
{% endif %} {% endfor %}