{% extends "base.html" %} {% block body %}

{{ work.title }}

Work type: {{ work.type }}

History

Contributors: {% for c in work.contributors %} {{ c.name }}; {% endfor %} {% if primary %}

Primary Release/Edition

Title: {{ primary.title }}

Date: {{ primary.date }} {% if primary.container %}

Container: {{ primary.container.title }} {% endif %} {% if primary.doi %}

DOI: {{ primary.doi }} {% endif %} {% else %}

No primary release {% endif %} {% if releases %}