<%= t('samples.modal_import.title') %>

<%= t("samples.modal_import.notice") %>
<%= bootstrap_form_tag url: parse_sheet_team_path(@team), html: {'data-type' => 'json', id: 'form-samples-file'} do |f| %>
<%= f.file_field :file %>
"
<% end %>