{% extends 'base.html.twig' %} {% block head %} {% endblock %} {% block stylesheets %} {% endblock %} {% block container_modal %}

Tendance

{% if plat %} {% else %} {% endif %}
Id Nom Description Prix Categorie Statut Nb_de_commande
{{ plat.id }} {{ plat.Nom }} {{ plat.Description }} {{ plat.Prix }} {{ plat.Categorie }} {{ plat.Statut ? 'Yes' : 'No' }} {{ plat.NbDeCommande }}
Aucun enregistrement trouvé
{% endblock %}