+<h2>Relations</h2>
+<ul>
+% for label, relations in (('Artist', c.art.artists), \
+ ('Recipient', c.art.recipients), \
+ ('Participant', c.art.participants)):
+% for user in relations:
+<li>${label}: ${user.name}
+% endfor
+% endfor
+</ul>
+
+<img class="full" src="${h.storage_url('art/medium', c.art.hash)}">