{% if commentary.type == 'published' %} {% elif commentary.type == 'preprint' %} {% endif %} {% if commentary.pub_date %} {% endif %}
Title: {{ commentary.title }}
Author(s): {{ commentary.author_list }}
As Contributors: {% for author in commentary.authors.all %} {% if not forloop.first %} · {% endif %}{{ author.user.first_name }} {{ author.user.last_name }} {% empty %} (none claimed) {% endfor %}
Journal ref.: {{ commentary.journal }} {{ commentary.volume }}{% if commentary.pages %}, {{ commentary.pages }}{% endif %}
DOI: {{ commentary.pub_DOI_link }}
arxiv Link: {{ commentary.arxiv_link }}
Date: {{ commentary.pub_date }}
{% if commentary.scipost_publication %}

Published in {{ commentary.scipost_publication.get_journal.get_name_display }}: {{ commentary.scipost_publication.citation }}

{% endif %}