{% extends 'baseAdmin.html.twig' %} {% block title %}Gilet{% endblock %} {% block body %}
Id | Marque | Numero | Modele | NContruc | Taille | Dateachat | Decision | Observation | actions |
---|---|---|---|---|---|---|---|---|---|
{{ gilet.id }} | {{ gilet.marque }} | {{ gilet.numero }} | {{ gilet.modele }} | {{ gilet.NContruc }} | {{ gilet.taille }} | {{ gilet.dateachat ? gilet.dateachat|date('Y-m-d') : '' }} | {{ gilet.decision }} | {{ gilet.observation }} | show edit |
no records found |