{% if type == 'commande' %}FACTURE {% else %} Bon De Commande {% endif %}

{% if type == 'commande' %} {{commande.client.nom}} {{commande.client.prenom}} {% else %} {{commande.fournisseur.nom}} {{commande.fournisseur.prenom}} {% endif %}
Date : {{commande.date}}
{% for articlecommande in articlecommandee %} {% if articlecommande.article %} {% endif %} {% endfor %}
# Articles & Description Qty Taux Montant
1 {{articlecommande.article.nom_article}}
{{articlecommande.qantite_total}} {{articlecommande.taux}} {{articlecommande.montant}}
{% if type == 'commande' %} {% else %} {% endif %}
Sous-total {{commande.sous_total}}DZD
Frais d'expedition {{commande.frais_expedition|default:" "}}Remise {{commande.remise_bn_commande|default:" "}}
Ajustement {{commande.ajustement|default:" "}}
Total {{commande.total}}DZD

{{commande.note|default:'/'}}