{% extends 'base.html.twig' %} {% block title %}HistoriqueStock index{% endblock %} {% block body %}

HistoriqueStock index

{% for historique_stock in historique_stocks %} {% if historique_stock.quantite > 0 %} {% set class = 'bg-success' %} {% else %} {% set class = 'bg-danger' %} {% endif %} {% else %} {% endfor %}
Id Date Article Modification Quantite actions
{{ historique_stock.id }} {{ historique_stock.date }} {{ historique_stock.article }} {{ historique_stock.modification }} {{ historique_stock.quantite }} show edit
no records found
Create new {% endblock %}