2019-05-30 14:35:16 +08:00
|
|
|
<p>
|
2019-06-03 18:42:15 +08:00
|
|
|
<%= item[:details]&.any? ? "<b>#{t('protocol_importers.templates.details.title') }</b>" : '' %>
|
2019-05-30 14:35:16 +08:00
|
|
|
<% item[:details]&.each do |k, v| %>
|
|
|
|
<%= "#{k.camelize.to_s}: #{v.to_s}" %>
|
|
|
|
<% end %>
|
|
|
|
</p>
|