{% extends "base_frontoffice.html" %} {% block content %}

Livraison N°: {{commande.numero}}

Client : {{commande.client.nom}}

Réf : {{commande.ref}}

{% for article, value in ARTICLE.items() %} {% endfor %}
CODE NOM QTE LIVRE RESTE
{{ value['article_code'] }} {{ value['article_nom'] }} {{ value['qty'] }} {{ value['livre'] }} {{ value['reste'] }} LIVRER

Livraison client

  • Panier vide
{% endblock %}