" data-hook="admin_shipment_form">
<%= Spree::Shipment.model_name.human %> <%= shipment.number %> <%= t('spree.from') %> "<%= shipment.stock_location.name %>"
<%= render 'spree/admin/orders/confirm/shipment_manifest', shipment: shipment %> <% if rate = shipment.selected_shipping_rate %> <% else %> <% end %> <% if order.special_instructions.present? %> <% end %>
<%= Spree::LineItem.human_attribute_name(:description) %> <%= Spree::LineItem.human_attribute_name(:price) %> <%= Spree::LineItem.human_attribute_name(:quantity) %> <%= Spree::LineItem.human_attribute_name(:total) %>
<%= rate.name %> <%= shipment.display_cost %> <%= t('spree.no_shipping_method_selected') %>
<%= Spree::Order.human_attribute_name(:special_instructions) %>: <%= order.special_instructions %>