<%= t('sample_groups.index.destroy_modal_title', name: sample_group.name) %>

<%= t'sample_groups.index.destroy_modal_body' %>
<%= bootstrap_form_for [team, sample_group], html: { method: :delete } do |f| %>
<% end %>