<% if @entry.parsed_metadata.present? %>
<% @entry.parsed_metadata.each do |k, v| %> <%= k %>: <%= v %>
<% end %>
<% end %>