<%= label_tag 'reference', raw("#{Spree.t(:reference)} (#{Spree.t(:optional)})") %>
<%= text_field_tag :reference, '', class: 'fullwidth' %>
<%= label_tag :transfer_source_location_id, Spree.t(:source) %>
<%= select_tag :transfer_source_location_id, {}, class: 'select2 fullwidth' %>
<%= label_tag :transfer_destination_location_id, Spree.t(:destination) %>
<%= select_tag :transfer_destination_location_id, {}, class: 'select2 fullwidth' %>
<%= Spree.t(:no_resource_found, resource: I18n.t(:other, scope: 'activerecord.models.spree/stock_transfer')) %>,
<%= link_to Spree.t(:add_one), spree.new_admin_tax_rate_path %>!