{% load i18n %}

{% trans "ATTENTION!!!! You should override this template" %}

{% if messages %} {% endif %}

Carrello:

{% for item in cart %} {% endfor %}
Prodotto qty cost price reserved price street price
{{ item }} {{ item.quantity }} {{ item.cost_price }} {{ item.reserved_price }} {{ item.street_price }} Rimuovi dal carrello
Back to previous page