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

  Nouvelle Retour


{% csrf_token %}



{% for article in liste_articles %} {% endfor %} {% if liste_articles %} {% else %}

Aucun article n’existe

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

{% if liste_articles %} Ajouter une autre ligne {% endif %}

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