{% extends "layouts/base.html" %} {% block title %} Transactions {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include 'includes/navigation.html' %}

  Modifier Facture


{% csrf_token %}
{% if facture.agence %}
{% endif %}



{% for art in liste_article %} {% endfor %}
L’article Quantité Taux Remise  Taxe Montant
{% if art.articleCommandee %} {% else %} {% endif %}
{% if art.lot %} {% else %} {% endif %}
{% if art.articleCommandee %} {% else %} {% endif %}

Ajouter une autre ligne


Informations sur le client
Sous-total
Frais d’expédition
Total ( DZD )
Condition Générales
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}