{% for author in article.frozen_authors.all %}{% if not forloop.first and not forloop.last %}, {% elif forloop.last and not forloop.first %}& {% endif %}{{ author.citation_name }} {% endfor %} ({{ article.date_published.year }}) “{{ article.title|safe }}”, {{ journal.name }}.{% if article.issue.volume %} {{ article.issue.volume }}{% endif %}{% if article.issue.issue %}({{ article.issue.issue }}).{% endif %} {% if article.identifier.id_type == 'doi' %} {% include "elements/doi_display.html" with doi=article.identifier.identifier title=article.title %} {% endif %}