<% items = item[:details]&.reject { |_,v| v.blank? } %> <% if items&.any? %> <%= t('protocol_importers.templates.details.title')%>:
<% items.each do |k, v| %> <%= "#{k.humanize}: #{v.to_s}" %>
<% end %> <% end %>