{% extends "layouts/base.html" %} {% block title %} Ajouter Retour sur les ventes {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} {% load poll_extras %}
{% include 'includes/navigation.html' %}

 Nouveau retour sur ventes

{% csrf_token %}


{% for article in article_commandee %} {% if article.qantite_total != article.quantitee_renvoyee %} {% endif %} {% endfor %}
Article Quantite Renvoyé Quantité du retour
{{article.article.nom_article}} {{article.qantite_total}} {{article.quantitee_renvoyee}}

{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}