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