{% for preprint in preprints %}
{{ preprint.title|safe }}
{% for author in preprint.authors.all %}{{ author.full_name }}{% if not forloop.last %}, {% endif %}{% endfor %}
{{ preprint.date_published|date:"Y-m-d" }}