<% unless datastream.new? %>

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

<% datastream.profile.each_key do |key| %> <% end %>
<%= t("fcrepo_admin.datastream.profile.#{key}") %> <%= format_ds_profile_value datastream, key %>
<% else %>
This datastream has not been persisted to Fedora.
<% end %>