{% extends 'base.html' %} {% block content %}

{{ object.title }}

{% for author in object.authors.all %} {{author.given.0}}. {{ author.family}} {% if not forloop.last %},{% endif %} {% endfor %} {% endblock content %}