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

Commandes

Id {{ commande.id }}
DateHeure {{ commande.DateHeure ? commande.DateHeure|date('Y-m-d H:i:s') : '' }}
Statut {{ commande.Statut ? 'Yes' : 'No' }}
Total {{ commande.Total }}
back to list edit {{ include('commandes/_delete_form.html.twig') }} {% endblock %}