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

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