.
Gestionstock
Id | {{ gestionstock.id }} |
---|---|
Nombre | {{ gestionstock.nombre }} |
Produit | {{ gestionstock.article.designation }} |
Datecreate | {{ gestionstock.datecreate ? gestionstock.datecreate|date('Y-m-d H:i:s') : '' }} |
{% extends 'menuback.html.twig' %} {% block stylesheets %} {{parent()}} {% endblock %} {% block body %}
Id | {{ gestionstock.id }} |
---|---|
Nombre | {{ gestionstock.nombre }} |
Produit | {{ gestionstock.article.designation }} |
Datecreate | {{ gestionstock.datecreate ? gestionstock.datecreate|date('Y-m-d H:i:s') : '' }} |