<%= t('protocol_importers.templates.note.title') %>
<% if item[:author].present? %> <%= "#{t('protocol_importers.templates.note.author')}: #{item[:author]}" %>
<% end %> <% if item[:body].present? %> <%= item[:body] %> <% end %>

<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>