{% extends "base.html" %} {% block body %}
Work type: {{ work.type }}
Contributors: {% for c in work.contributors %} {{ c.name }}; {% endfor %} {% if primary %}
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 %}