{% for place in book.pub_place.all %} {{ place }}{% if not forloop.last %}; {% endif %} {% endfor %}
{{ book.publisher.name }}
{{ book.copyright_year|default:'' }}
{% for language in book.languages.all %} {% if not forloop.last %} {{ language }}; {% else %} {{ language }} {% endif %} {% endfor %}
{{ book.location }}
{{ section.display_title }}
{% for author in section.work.authors.all %} {{ author.firstname_last }}{% if not forloop.last %}; {% endif %} {% endfor %}
{% endfor %}