<%= I18n.t 'layout.cart.title' %>
<%= render(:partial => "cart_item", :collection => cart.items) %>
Total <%= number_to_currency(cart.total_price) %>
<%= button_to I18n.t('layout.cart.button.checkout'), :action => 'checkout' %> <%= button_to I18n.t('layout.cart.button.empty'), :action => :empty_cart %>