<% unless note.new_record? %>
<%= note.language %>
<% if note.value %> <%= auto_link(simple_format(note.value), :html => { :target => '_blank' }) %> <% end %> <% if note.annotations.any? %>
<% note.annotations.each do |annotation| %>
<%= annotation.identifier %>
<%= auto_link(annotation.value, :html => { :target => '_blank' }) %>
<% end %>
<% end %>
<% end %>