<%= t('.total_items', default: '(%{qty}) items', qty: @cart.items_total) %>, <%= t('.total', default: 'Total') %>: <%= @cart.the_total_amount %>
<%= t('.products_list', default: 'Products list') %> <% if (@cart.items_total > 0) %> <%= t('.purchase', default: 'Purchase') %> <% end %> <%= t('.my_orders', default: 'My Orders') %>