{% extends "base_frontoffice.html" %} {% block content %}

INVENTAIRE

DATE:
  • FAIT PAR: {{inventaire.fait_par}}
  • COMMENTAIRE: {{inventaire.commenatire}}
{% for detail in inventaire.inventaire_detail %} {% endfor %}
# ARTICLE STOCK TH STOCK REEL
{{ loop.index }} {{ detail.article.full_name }} {{ detail.stock_theorique }} {{ detail.stock_reel }}
{% endblock %}