<%= t('.title') %>

<%= render(cart.line_items) %>
Total <%= number_to_currency(cart.total_price) %>
<%= button_to t('.checkout'), new_order_path, method: :get %> <%= button_to t('.empty'), cart, method: :delete, data: { confirm: 'Are you sure?' } %>