<%= object.file ? object.file : '(unknown)' %><% if object.files.size > 1 %>,
<%= object.files[1..-1].map {|f| f.first }.join(",
") %>
<% end %>