<% unless other_types.empty? %>

<%= title %>

<% other_types.each_with_index do |other_type, i| %> <%= other_type.link_from(type) %><% unless i + 1 == other_types.length %>,<% end %> <% end %> <% end %>