<%= t("fcrepo_admin.datastream.title").pluralize %>

<% datastreams.reject { |dsid, dsProfile| dsProfile.empty? }.each do |dsid, dsProfile| %> <% end %>
<%= t("fcrepo_admin.datastream.id") %> <%= t("fcrepo_admin.datastream.label") %> <%= t("fcrepo_admin.datastream.mimetype") %>
<%= link_to dsid, fcrepo_admin.object_datastream_path(pid, dsid) %> <%= dsProfile["dsLabel"] %> <%= dsProfile["dsMIME"] %>