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

  Ajuster Stockage

{% csrf_token %}




L’article Quantité ajustée
{% for article in articles %} {% endfor %}

Ajouter une autre ligne Supprimer

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