% if object.root? %>
<%= child_files[0].first %><% if child_files.size > 1 %>,
<%= child_files[1..-1].map {|f| f.first }.join(",
") %><% end %>
<% else %>
<%= object.file %><% if object.files.size > 1 %>,
<%= object.files[1..-1].map {|f| f.first }.join(",
") %><% end %>
<% end %>