<%= t(:order_summary) %>

<% order.adjustments.each do |adjustment| %> <% end %>
<%= t('item_total') %>: <%= number_to_currency order.item_total %>
<%= adjustment.label %>: <%= number_to_currency adjustment.amount %>
<%= t('order_total') %>: <%= number_to_currency @order.total %>