{% extends "main.html" %} {% block title %}Récapitulatif de votre commande pour le {{ commande.date.date_livraison }}{% endblock %} {% block content %}
{% if request.user.is_authenticated or ADDR_INP %} « Retour à la liste des Ecobox {% endif %}

Récapitulatif de votre commande pour le {{ commande.date.date_livraison }}

{% if commande.point_retrait %}

Point de retrait : {{ commande.point_retrait }}

{% endif %}

Prix total : {{ commande.chaine_prix }}

Votre commande a bien été validée.

{% endblock %}