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

Marche

Id {{ marche.id }}
NomMarche {{ marche.nomMarche }}
Description {{ marche.description }}
Actif {{ marche.actif ? 'Yes' : 'No' }}
back to list edit {{ include('marche/_delete_form.html.twig') }} {% endblock %}