{% extends "layouts/base.html" %} {% block title %} Bon de commande {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% load poll_extras %} {% block content %}
{% include 'includes/navigation.html' %}

  Modifier bon de commande


{% csrf_token %}



{% for art in liste_article %} {% endfor %}
L’article Quantité Taux Taxe Montant
{% for article in liste_articles %} {% endfor %}

Ajouter une autre ligne

Note
Sous-total
Remise
Total ( DZD )
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}