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

Marche index

{% for marche in marches %} {% else %} {% endfor %}
Id NomMarche Description Actif actions
{{ marche.id }} {{ marche.nomMarche }} {{ marche.description }} {{ marche.actif ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}