{% load static %} {% load customtags %}
{% for author in pub.author %}
{{ author.given }} {{ author.family }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{{ pub.title }}
{{ pub|get:'container-title' }} {{ pub.volume }}, {{ pub.page }} ({{ pub.issued.0.year }})
{{ pub.DOI }}