<%= t('.instructions_html') %>

<%= bootstrap_form_with(url: download_template_exhibit_bulk_updates_path, local: true, target: '_blank') do |f| %>
<%= f.form_group(:reference_fields, label: { text: t('.reference_fields.heading'), class: 'font-weight-bold fw-bold mb-3' }) do %> <%= f.check_box('reference_fields[item_id]', label: t('.item_id'), checked: true, disabled: true) %> <%= f.check_box('reference_fields[item_title]', label: t('.item_title')) %> <% end %>
<%= f.form_group(:updatable_fields, label: { text: t('.updatable_fields.heading'), class: 'font-weight-bold fw-bold mb-3' }) do %> <%= f.check_box('updatable_fields[visibility]', checked: true, label: t('.visibility')) %> <%= f.check_box('updatable_fields[tags]', label: t('.tags')) %> <% end %>
<%= f.submit t('.submit'), class: 'btn btn-primary' %>
<% end %> <%= t('.guidelines_html') %>