{% extends "base_frontoffice.html" %}
{% block content %}
Client : {{commande.client.nom}} Réf : {{commande.ref}}Livraison N°: {{commande.numero}}
{% for article, value in ARTICLE.items() %}
CODE
NOM
QTE
LIVRE
RESTE
{% endfor %}
{{ value['article_code'] }}
{{ value['article_nom'] }}
{{ value['qty'] }}
{{ value['livre'] }}
{{ value['reste'] }}
LIVRER
Livraison client