<%= l(:label_options) %>
<%= form_tag toggle_exposure_measurement_routine_path(@routine, @view_params), id: 'toggle-exposure-form', name: 'toggle-exposure-form', method: :post, remote: true do %>
<%= select_tag 'quantity_id', toggle_exposure_options(@routine.quantities, :measurement) %> <%= submit_tag l(:button_add) %>
<% end %>