<%= t(:order_summary) %>

<% adjustments = checkout_adjustments_for_summary(order) %> <% adjustments.each do |adjustment| %> <% end %> <% if order.price_adjustment_totals.present? %> <% @order.price_adjustment_totals.each do |label, total| %> <% end %> <% end %>
<%= t(:item_total) %>: <%= order.display_item_total %>
<%= adjustment.label %>: <%= adjustment.display_amount.to_html %>
<%= t(:order_total) %>: <%= @order.display_total.to_html %>
<%= label %> <%= total %>