{% load i18n %}

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

{% if messages %} {% endif %}

Order Confirm

Below the detail of your order:
{% 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
Procedi all'acquisto