"> <%= render :partial => "spree/admin/variants/split", :formats => :js %>
<%= shipment.number %> - <%= Spree.t("shipment_states.#{shipment.state}") %> <%= Spree.t(:package_from) %> '<%= shipment.stock_location.name %>' <% if shipment.ready? and can? :update, shipment %> - <%= link_to Spree.t(:ship), '#', :class => 'ship button icon-arrow-right', :data => {'shipment-number' => shipment.number} %> <% end %>
<%= render 'spree/admin/orders/shipment_manifest', order: order, shipment: shipment %> <% unless shipment.shipped? %> <% end %> <% if shipment.adjustment.present? && !shipment.shipped? %> <% end %> <% if @order.special_instructions.present? %> <% end %>
<%= Spree.t(:item_description) %> <%= Spree.t(:price) %> <%= Spree.t(:quantity) %> <%= Spree.t(:total) %>
<% if shipment.adjustment.present? && shipment.shipping_method.present? %> <%= shipment.adjustment.label %>: <%= shipment.shipping_method.name %> <% else %> <%= Spree.t(:cannot_set_shipping_method_without_address) %> <% end %> <% if shipment.adjustment.present? %> <%= shipment.adjustment.display_amount %> <% end %> <% if can? :update, shipment %> <%= link_to '', '#', :class => 'edit-method icon_link icon-edit no-text with-tip', :data => {:action => 'edit'}, :title => Spree.t('edit') %> <% end %>
<%= Spree.t(:special_instructions) %>: <%= @order.special_instructions %>
<% if shipment.tracking.present? %> <%= Spree.t(:tracking) %>: <%= shipment.tracking %> <% else %> <%= Spree.t(:no_tracking_present) %> <% end %> <% if can? :update, shipment %> <%= link_to '', '#', :class => 'edit-tracking icon_link icon-edit no-text with-tip', :data => {:action => 'edit'}, :title => Spree.t('edit') %> <% end %>