{% load dates %}
{% for author in preprint.authors.all %}{{ author.full_name }}{% if not forloop.last %}, {% endif %}{% endfor %}
{{ preprint.date_published|date_human }}