{% load i18n %}

{% translate 'Carrito' %}

{% for item in items %}
{{ item.product.name }}
{{ item.quantity }}x

{{ item.product.price.price_with_tax }} €

{{ item.product.name }}
{% csrf_token %}
{% endfor %} {% if items.count == 0 %} {% translate 'No hay nada en el carrito...' %} {% endif %}

{% translate 'Resumen del pedido' %}

{% translate 'Base imponible' %}
{{ base_total }} €
{% translate 'Descuentos' %}
-{{ savings }} €
{% translate 'Gastos de envío' %}
{{ shipping_cost }} €
{% translate 'Impuestos' %}
{{ tax_total }} €
{% translate 'Total' %}
{{ total }} €
{# #} {#
#} {#
#} {# #} {# #} {#
#} {# #} {#
#} {#
#}