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

Commandes index

{% for commande in commandes %} {% else %} {% endfor %}
Id DateHeure Statut Total actions
{{ commande.id }} {{ commande.DateHeure ? commande.DateHeure|date('Y-m-d H:i:s') : '' }} {{ commande.Statut ? 'Yes' : 'No' }} {{ commande.Total }} show edit
pas de commande crée
Créer une nouvelle commande {% endblock %}