X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/efdbb22873232827398ba7605f8b35c605c043e9..b07336c562d537ea3407d6a1c9fcb280dae7f514:/floof/templates/art/show.mako
diff --git a/floof/templates/art/show.mako b/floof/templates/art/show.mako
index 05d1e42..bf14dff 100644
--- a/floof/templates/art/show.mako
+++ b/floof/templates/art/show.mako
@@ -34,8 +34,12 @@ ${h.end_form()}
Relations
-% for relation in c.art.user_relations:
-- ${relation.kind}: ${relation.user}
+% for label, relations in (('Artist', c.art.artists), \
+ ('Recipient', c.art.recipients), \
+ ('Participant', c.art.participants)):
+% for user in relations:
+
- ${label}: ${user.name}
+% endfor
% endfor
@@ -45,7 +49,6 @@ By: ${h.text('username')}
${h.submit('add','Add')}
${h.end_form()}
-
-
+
${comments.comment_block(c.art.discussion.comments)}